• Is there a way to decrease the empty space between the items/lines in the menu directly below the header? I’m not well versed in how to customize and would appreciate help with this so my menu does not take up so much space.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @bluesboots,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .blog-menu a  { padding-top: 15px; padding-bottom: 15px; }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Menu spacing under header’ is closed to new replies.