Navigation bar height on Motif theme
-
Hi there,
I am using the Motif theme and I would like to reduce the height of the navigation bar. Is it possible? What code should I use?
Many thanksThe blog I need help with is: (visible only to logged in users)
-
Hello,
You can reduce the padding on both the navigation container, and the navigation links themselves, to reduce the overall height of your site’s navigation bar. Here’s an example:
.main-navigation, .main-navigation li { padding-top: 10px; padding-bottom: 10px; }I hope this helps!
-
- The topic ‘Navigation bar height on Motif theme’ is closed to new replies.