Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have been trying to figure out how to reduce the space between menu items in the Unwind theme. I’ve found suggestions for other themes to reduce the padding, but I can tell from the CSS editor that what needs to be reduced is the margin, as reducing the padding doesn’t affect that theme’s menu. How can I reduce the margins for all the top-level menu items?
Thanks for this wonderful, clean theme!
Best,
David
Eventually figured it out through trial and error, poking around in the CSS. This does it:
/* Main menu spacing */
.main-navigation > div li {
float: left;
padding: 2px 35px 0 0;
position: relative;
}
Hi David,
I’m glad you were able to resolve this issue. I’m sorry I wasn’t able to be of assistance this time. Please be sure to post another thread if you have any other questions.