Twitter Bootstrap - how to center elements horizontally or vertically

itsme picture itsme · Apr 10, 2012 · Viewed 564.8k times · Source

is there any way to center html elements vertically or horizontally inside the main parents?

Answer

itsme picture itsme · Feb 1, 2013

Update: while this answer was likely correct back in early 2013, it should not be used anymore. The proper solution uses offsets.


As for other users suggestion there are also native bootstrap classes available like:

class="text-center"
class="pagination-centered"

thanks to @Henning and @trejder