Tagged: sticky menu
Hi. I know this has been asked multiple times in the forum but no matter what code I enter into Quick CSS I can’t get the main menu to stay on top of mobiles (iPhone). It either doesn’t stay on the top when scrolling down or it stays on the top and then everything below the menu disappears.
Thanks for any help!
Bump
Hi,
use this code inside Quick CSS field:
@media only screen and (max-width: 767px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
position: fixed;
top: 37px;
right: 15px;
}}
and adjust top and right as needed.
Best regards,
Andy
Andy – You’re a star! Thank you so much! :)