Dear Enfold-Team,
on the mobile version of our website, the burger menu is shown at the beginning, but disappears by scrolling down. On the desktop it is just the other way round – it appears by scrolling down. I prefer the desktop version. What can I do?
Thanks in advance,
best regards
Jonna
Hey jonna_gaertner,
To have the mobile menu show after scroll, try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed !important;
}
.responsive #top #wrap_all #header.av_header_transparency {
display: none !important;
}
}
Best regards,
Mike