• Resolved gastan

    (@gastan)


    How is it possible to make header thinner. It is taking up too much space on desktop.
    Looks better on phone.
    There is just too much empty-blank space.
    thx

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

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

    (@anlino)

    Hi @gastan,

    If you mean the vertical spacing around the header, go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    @media ( min-width: 700px ) { #site-header { margin-bottom: 4rem; } }

    Adjust the 4rem value to your liking. Let me know if that does it.

    — Anders

    Thread Starter gastan

    (@gastan)

    thx, it worked some, but I could not go below 1em (like 0.4em did not see to make difference)

    Theme Author Anders Norén

    (@anlino)

    @gastan It has a bottom margin of 5 pixels right now, so it doesn’t go much lower than that. You can just set it to zero, though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make header thinner’ is closed to new replies.