Tagged: Burger Menu, Horizontal Scrolling
Hi dear Kriesi-Team,
I was wondering how could I disable the horizontal scrolling option on my mobile version?
Thank you very much,
Best,
Veronika
Hey Veronika,
Please try to add this CSS code in Quick CSS:
@media only screen and (max-width:767px) {
#av-burger-menu-ul .menu-item-4053:before {
width: 100%;
}
.responsive #top .cart_dropdown {
display: none;
}
}
Best regards,
Nikko
Hi Nikko,
thank you, it worked perfectly but unfortunately my logo is now very small, how could I make it bigger? https://imgur.com/Q9R8FtX
Thank you very much,
Best,
Veronika
Hi,
I added following code to Appearance > Custom CSS
@media only screen and (max-width: 480px) {
#av-burger-menu-ul .menu-item-4053:before {
background-size: 150%;
}
}
Please review your website :)
Best regards,
Yigit
Yigit!
It’s absolutely perfect! Thank you so so much! You can close this now.
Best,
Veronika