• Hi, this is my site: https://kiljano.se

    I wish to tighten up the headroom above the menu links and the logo, and the space between the logo and the top the site. Is there a simple way?

    Also, I have these annoying white dots that I would like to remove. Any help is appreciated. Thank alot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • First of all, if you’re not already doing so, the usual strong recommendation to make all your theme changes in a Child Theme.

    That said, this will take out 51px of space at the top of the page:

    #content-area .container {
      padding-top: 0;
    }

    This will take out 37px of space at the bottom of the header area:

    #logo-area {
      padding-bottom: 0;
    }

    HTH

    PAE

    I think its the image:
    https://www.kiljano.se/wp-content/themes/images/top-stich.png

    Replace the image or change the css
    display:none; and try again. No need to have child theme to achive this simple thing. WordPress not going to upgrade your thirdparty theme automatically.

    Sam

    Thread Starter aksello

    (@aksello)

    thank you guys for the much appreciated help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tighten up spaces above header’ is closed to new replies.