• Resolved limehaze

    (@limehaze)


    Hello,

    Anyone know how to remove or reduce the white space between the logo and the navigation menu?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Put this CSS into your custom CSS or child theme style.css so that you won’t lose all the changes made when the theme updates.

    Child themes are the safest way to go when doing all kinds of modifications.

    #header {
      padding: 3em;
    }

    Adjust the padding value until you are satisfied.

    I hope that helps.

    – Luke

    It’s already in style.css and it does not work,
    I have changed it into 1em nothing changed, then to 55em 😀 nothing changed.
    any help?

    Hi there,

    Can you post a link to your site so I can see exactly what’s going on?

    I have that theme installed and the CSS is working just fine:

    Screenshot

    Hopefully we’ll work it out 🙂

    – Luke

    Now it’s working fine, I don’t know what was the problem, but after changing logo it works fine now.
    Thankyou for help

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Removing White Space between logo & navigation menu’ is closed to new replies.