Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1301496

    Hello I use the following code provided by your folks some time ago for three sites, it works like a charm, however it gets in the way of the burger menu on mobile. Can you assist with this
    @media only screen and (min-width: 990px) {
    .responsive .container.av-logo-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    right: 0;
    }
    .html_header_top.html_logo_center .logo,
    .html_header_top.html_logo_center .logo a {
    overflow: visible;
    width: 100%;
    max-width: 100%;
    }
    .html_header_top.html_logo_center .logo img {
    margin-right: -2em;
    width: 90vw;
    max-width: 100%;
    }
    }

    #1301729

    Hey AlpineWeb,

    Do you mean that the burger menu is on top of the logo on tablet sizes? If so, then you would likely have to remove some elements. Could you let us know what exactly you would like to change, and on which screen sizes please?

    Best regards,
    Rikard

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