• Hi!

    I have a menu in my topbar and I want my page content to be right beneath it. Right now there is a white gap from the logo container which I want to get rid off. Does anyone has the custom css for that, because I can’t set it to 0% in the options. Smallest is 16%.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @duntax

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    #kad-shrinkheader {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter duntax

    (@duntax)

    Yes! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘get rid of logo container’ is closed to new replies.