Hey Enfold-Team,
have a problem with the mobile menu… First problem is that was not sticky. I searched for and found a solution in this forum. But now when i scroll down the logo is to small and the hamburger menu is not centered and slips to the top.
Can you say me why?
Hey Black-Shadow,
It looks like this may be fixed already but if not add this to quick css:
@media only screen and (max-width: 767px) {
#header.header-scrolled-full .av-burger-menu-main.menu-item-avia-special{
margin-top:10px!important;
}
#header.header-scrolled-full .logo img{
max-height: 50.5px!important;
}}
Best regards,
Jordan Shannon
Hey Jordan,
thank you, it works. But a little problem is still there when im scrolling in mobile version the logo transform for a short time to little and than grow up bigger again. This is not a beautiful effect. Can we resolve this too?
Best regards,
Dennis
Hi,
Adjust to the following:
@media only screen and (max-width: 767px) {
#header.header-scrolled-full .av-burger-menu-main.menu-item-avia-special{
margin-top:10px!important;
}
#header.header-scrolled-full .logo img,
#header.header-scrolled .logo img{
max-height: 50.5px!important;
}}
Best regards,
Jordan Shannon