Very good, I have been involved with something for some time and I come to you to see if you can help me.
I have a boostrap column and I would like to be able to align the content of this one side or the other, I have read that it is float but there is no way. This is the code.
<div class="row ">
<div class="col-md-2 row-no-padding " >
<h5><span class="modal-title label label-default" id="exampleModalLabel">Proyectos</span></h5>
</div>
<div class="col-md-12 row-no-padding" >
<label class="checkbox-inline "><input type="checkbox" id="chkOf" value="">Desactivados</label>
</div>
</div>
In this case, the content that I want to paste completely to the right is the check disabled. I would like it to remain stuck to the right, regardless of the resolution of the screen.
Thank you very much