Jump to content

Equal Distribution in a Nav Bar


computermax2328

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/273022-equal-distribution-in-a-nav-bar/
Share on other sites

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).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.