Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #431191

    Hi,

    I have removed the logo with your custom css (div .logo { display: none !important; }).

    The logo doesn’t show anymore, which is great, but instead there is a big blank space.

    How do I remove that?

    I use the header: Logo center, menu below.

    Thanks :-)

    #431910

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #432043

    Hi Josie,

    Here you go: http://eurovisionodds.dk

    Best regards,

    Peter

    #432050

    Hey!

    Please add following code to Quick CSS as well

    #header_main>.container {
      display: none;
    }
    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
      padding-top: 38px;
    }

    Cheers!
    Yigit

    #432692

    Hi,

    My Quick CSS now looks like this, but the header still shows (I have emptied cache)

    div .logo { display: none !important; }
    #header_main>.container {
    display: none;
    }
    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
    padding-top: 38px;
    }

    Can you help?

    Best regards,

    Peter

    #432763

    Hi!

    Thank you for your feedback.

    I just inspected your link above. It looks fine to me in IE and FF.

    There is only the small menubar above the picture and no free space. Did you solve the problem already?

    Regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.