View Single Post
  #13 (permalink)  
Old 08-30-2007, 02:42 PM
bratwebdesign's Avatar
bratwebdesign bratwebdesign is offline
Contributing Member
 
Join Date: 04-05-06
Location: Nebraska
Posts: 253
iTrader: 0 / 0%
Change your #navigation ul:

From this:

Code:
#navigation ul { width : 900px; margin : 0 auto; padding : 0; }
To this:

Code:
#navigation ul { margin: 0 auto; padding : 0; width: 325px; }
If you add more menu items to the list then adjust the width to allow for the extra menu items.

Last edited by bratwebdesign; 08-30-2007 at 02:46 PM.
 
Reply With Quote