• Resolved klettervirus

    (@klettervirus)


    Hello kind people at Bento! I am using your theme with great joy, but have an issue I cannot get solved. I have a blank space between the Top of the page and the first element of the site which I could identify as <header class=”site-header no-fixed-header”>. I have no idea where to remove this thing. Can anyone please point me in the right direction? It is at http://www.zwanzig80.de
    Thanks in advance, Stefan

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @klettervirus,

    We can remove the space between top and header with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    header.site-header.no-fixed-header {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter klettervirus

    (@klettervirus)

    Awesome, that did the trick! Thanks so much, Stefan

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

The topic ‘Remove space between Top and Header’ is closed to new replies.