Help with horizontal menu css
-
outdoorxtreme1
Help with horizontal menu css
I on have 4 items for my horizontal menu. The css settings make them float to the left. What do I need to change to center these items? I can get them to float left or right but not center.
Re: Help with horizontal menu css
If you are using CSSMenu and the default CSSMenuHorizontal.css try by changing the css for the following id:
You may need to try different percentages to get a 'centered' look.
Code: Select all
#primary-nav, #primary-nav ul {
list-style: none;
padding: 0px;
width: 50%;
margin: 0 auto;
}Greg
-
outdoorxtreme1
Re: Help with horizontal menu css
How do I keep menu items from going to a second line when a users screen resolution is under 1024 x 768?

