• Resolved grthomps

    (@grthomps)


    Sorry if this question has been asked before, but I couldn’t find it.

    I’d like to reduce the amount of white space between the menus and the first line of the page on all pages. Is there some custom CSS I can use to do this?

    Thanks.

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

    (@anlino)

    Hi @grthomps,

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

    .wrapper { margin-top: 50px; }

    Let me know if that does it.

    — Anders

    Thread Starter grthomps

    (@grthomps)

    That worked perfectly!

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce space between menu and main content’ is closed to new replies.