Navigation Spacing
URL to the page in question:
-
Hi,
I’m trying to space the header navigation dropdown pages a little bit more, so there is more distance between each option.
http://www.bwellnaturally.com
How can I do this?
Thanks
Joshua
Good Afternoon Joshua,
You can change the spacing there. Here’s how:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
#header .menu li ul li {
margin-top: 10px;
margin-bottom: 10px;
}
- Update your settings.
Just adjust the top and bottom margins in pixels to change the spacing there to get the fit you're looking for.
If you have any questions or trouble, just let me know.
Enjoy your weekend,
Bill
- The topic ‘Navigation Spacing’ is closed to new replies.