Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1468922

    Hi Kriesi,

    Can you help me with the mobile menu of this site? I’ve customized the header for the desktop version, but when I open the menu on any mobile device, it doesn’t seem to be attached to the header; there’s always some space (it’s noticeable). Can you take a look and let me know what I might have done wrong?

    Thank you for your support, great work!

    #1468932

    Hey vbonora,

    Try adjusting the height in this block:

    @media only screen and (max-width: 767px) {
      .av-burger-overlay::before {
        content: '';
        height: 116px;
        display: block;
        overflow: hidden;
        margin: 0 auto;
      }
    }

    Best regards,
    Rikard

    #1469094

    Thank you, Rikard. I have reduced the height, and now the space is no longer there. Thanks, we can request the ticket.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu mobile’ is closed to new replies.