Hi, How do I make the nav menu 100% width? If you look at my site: http://marckdesignconcepts.com/bio/index.php/programs-by-year/summer-2014/ you will see the left and right of the menu does not line up with the content, it is just slightly shorter, how can I make it so the nav menu and content are perfectly aligned?
Hey alex5252!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-11 a {
padding-left: 0;
}
li#menu-item-24 a {
padding-right: 0;
}
Cheers!
Yigit
That worked. Thanks!