Comments Bjorn started the conversation1 day ago on Sunday at 8:51amHow can I make the height of the navigation less, zo there is less space above and below the menu item text. See attachement. ThanksAttached files: Navigation.png 1,778Barry replied1 day ago on Sunday at 9:41amHi Bjorn, Thank you for your message. This height can be decreased by copy/paste the following CSS to Appearance -> Customize -> Additional CSS: /* decrease theme header height */ @media (min-width: 992px) { .header .header-wrapper .header-logo { height: 113px; } .main-navigation > li > a { line-height: 28px; } } The 113px and 28px can be decreased to your own likings. Hope this helps, let me know if you have any questions!Best regards,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
How can I make the height of the navigation less, zo there is less space above and below the menu item text. See attachement.
Thanks
Attached files: Navigation.png
Hi Bjorn,
Thank you for your message.
This height can be decreased by copy/paste the following CSS to Appearance -> Customize -> Additional CSS:
The 113px and 28px can be decreased to your own likings.
Hope this helps, let me know if you have any questions!
Best regards,
Barry
QreativeThemes.com | WordPress Themes