Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1428505

    Hi there,

    how can I decrease the space between the logo and the menu items on the page:

    When I change the lineheight all it does is that it shrinks the logo. the spacing stays. I just want to decrease the space between the logo and the mmenu points.

    thanks

    #1428539

    Hi ausgesonnen,

    The logo itself seems to have whitespace, please try to crop it.
    Otherwise, you can try to add this CSS code (just adjust the value as you see fit):

    #header_main .av-logo-container {
        margin-bottom: -24px;
    }

    Best regards,
    Nikko

    #1428594

    fabulous, thank you very much.

    #1428597

    >>No, sorry, that didn’T work so well.

    Now when I start scrolling the menu jumps.
    I cannot crop the logo because it has a blur.

    another solution?

    #1428664

    Hi,

    Please try this CSS instead:

    .av_minimal_header #header_main .container {
        height: 80px;
        line-height: 80px;
    }

    Best regards,
    Rikard

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