Forums
Forums / Fixing WordPress / sub-menu spacing in menu
(@soqual)
4 years, 3 months ago
Hi,
I’d like to space out the sub-menu options in the ‘services’ drop down of this website: [ redundant link removed ]
I have tried entering the following into the Advanced CSS within Customise:
.main-header-bar.main-header-bar-navigation.sub-menu { line-height:30px!important; }
And nothing has changed. Any advice would be appreciated 🙂
Thanks, Rach
The page I need help with: [log in to see the link]
(@bcworkz)
I’m not sure how you arrived at those selectors, I don’t see any such classes. Anyway, try this:
.main-navigation .sub-menu li.menu-item a { line-height: 30px; }
Thank you! This worked.
The topic ‘sub-menu spacing in menu’ is closed to new replies.