• Hey,

    I would really enjoy to reduce that white space under the header of my website, on all pages, and keeping my static homepage.
    Where can I find that option? Tried to get it in editor mode, but can’t seem to find it.
    Here’s an highlight of the region I’d like to change : https://ibb.co/jhdtPS

    Thanks !

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • [email protected]

    (@chrispopovicgmailcom)

    I too would love to reduce that space. It seems to vary from browser to browser.

    Hi @thozfr,

    Your website is under construction. Please make it live so I can take a look and provide a solution.
    Let me know.

    Thread Starter thozfr

    (@thozfr)

    It’s unlocked ?? Thanks in advance !
    PS : I’m getting kinda desperate, I can change that spacing in the source code of the website (that developers tool) but it won’t save that way obviously, and when I change the same thing in the editor mode in WordPress, nothing changes.

    Thread Starter thozfr

    (@thozfr)

    @poonam9 @chrispopovicgmailcom
    I found out how to make it work. In the additional CSS you can put this thingy that will make it stick perfectly :

    .site-header {
    position: relative;
    z-index: 10;
    margin-bottom: -180px;
    }

    Should solve it all !

    Thread Starter thozfr

    (@thozfr)

    PS : put the margin-bottom to -100px or it won’t be responsive

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reduce space under header’ is closed to new replies.