computermax2328 Posted January 11, 2013 Share Posted January 11, 2013 Hello All, I was wondering if anyone could tell me how to equally distribute left and right margin to a navigation bar element built with an unordered list. I want to be able to add elements to the nav bar using PHP and have the margin between the elements on the the left and right side be equally distributed. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Christian F. Posted January 11, 2013 Share Posted January 11, 2013 margin: 0 auto; Though, this requires a width less than 100%. Which is the default width for any block-level element. If you want to centre the contents of the navigation bar, then text-align: center; is what you're looking for (IIRC). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.