Tagged: menu
- This topic has 4 replies, 2 voices, and was last updated 11 years, 9 months ago by amberatx.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
January 15, 2013 at 5:25 am #3012amberatxMember
Excellent theme! Thank you for making it so easy!
How can I adjust the menu items so that they span the page and there is no “empty” box on the right?
Thanks in advance!
January 16, 2013 at 8:09 pm #3049SakinKeymaster@amberatx: You can increase the padding as per your need. Add the following CSS in “Custom CSS” box in your Theme Options under Appearance Tab in your WordPress Dashboard.
#header #mainmenu ul li a {
padding: 0 25px;
}
January 17, 2013 at 3:56 am #3057amberatxMemberThank you. It’s not perfect, but will work for now 🙂
January 17, 2013 at 5:13 pm #3074SakinKeymaster@amberatx: remove the css I gave your earlier and add the following css:
#header #mainmenu ul li a {
padding: 0 22.9px;
}
#header #mainmenu ul li:last-child {
border-right: medium none;
}
January 23, 2013 at 8:05 am #3236amberatxMemberThat worked! Thank you!
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Menu items to span’ is closed to new replies.