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!
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
Thank you, Rikard. I have reduced the height, and now the space is no longer there. Thanks, we can request the ticket.