menu item space
-
How can i narrow down the space between menu items? Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hello there,
Happy to help you with this.
This CSS should achieve the:
/* Reduce menu item width AL */ .main-navigation>div>ul>li, .main-navigation.toggled-on>div>ul>li { margin: -1px -1px 0; width: calc(14% + 2px); }I hope this helps.
- The topic ‘menu item space’ is closed to new replies.