html - How can I center this div in Bootstrap? -


i using bootstrap build website.

i don't understand how center <div> within <div>. believe should able use -offset accomplish when not in number surely never going possible center exactly, or there way?

i need center <div> containing gender @ http://www.bootply.com/tdcsiiuhfe

i don't think can center filed in grid odd number of columns.

option 1

enlarge container 4 column, field 2 , can center grid system

option 2

just use css:

left: 50%; margin-left: -82px; 

hope helps


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -