Related questions
Center a column using Twitter Bootstrap 3
How do I center a div of one column size within the container (12 columns) in Twitter Bootstrap 3?
I want a div, with a class .centered to be centered within the container. I may use a row if there are multiple …
vertical-align with Bootstrap 3
I'm using Twitter Bootstrap 3, and I have problems when I want to align vertically two div, for example — JSFiddle link:
The grid system in Bootstrap uses float: left, not display:inline-block, so the property vertical-align doesn't work. I tried using …
Text-align class for inside a table
Is there a set of classes in Twitter's Bootstrap framework that aligns text?
For example, I have some tables with $ totals that I want aligned to the right...
<th class="align-right">Total</th>
and
<td …