I do not want to move the content of the column, I want to move the column. I have these div each with a column.
<div id="menuV" class="col-md-1"></div>
<div id="cerrarSesion" class="col-md-11"></div>
In a window the two divs are shown and everything fits well, but in another window only the column with size 11 is shown. This column would like me to move to the right side and not to the left as it remains by default.
I tried to do a col-md-offset-1
to the column of size 11 and when it appears alone it shows well (Glued to the right) but when the two columns are, then it is mounted one on top of the other