Thread: Jumping Menu
View Single Post
Old 10-03-2012, 05:18 AM   PM User | #3
aaronhockey_09
Regular Coder

 
Join Date: Dec 2010
Posts: 411
Thanks: 21
Thanked 55 Times in 55 Posts
aaronhockey_09 is an unknown quantity at this point
I believe this is because your adding inline styling to your HTML for that div
**padding-left: 112px;

Instead, add this in your external style sheet, try something like this instead

ul.primary-nav-menu {
line-height: 14px;
margin: 0 auto;
padding: 0 18px;
width: 814px;
aaronhockey_09 is offline   Reply With Quote