Tagged: enfold, hamburger icon, mobile menu
Hi, I added the code from this post https://kriesi.at/support/topic/enfold-mobile-menu-not-displaying-on-ipad-pro/ to my css, but it’s displaying the hamburger icon on the left and over the logo. How can I make it display properly on the far right?
ps. I still think having 1024 px as an option to display the mobile menu would be great to add to the default options in Enfold.
Hey xuamox,
Please add this code too:
@media only screen and (max-width: 1024px) {
.html_header_top #top .av_menu_left .main_menu {
left: auto;
right: 0;
}
}
Best regards,
Victoria
Perfect, that did the trick. Thank you for your help.
Hi xuamox,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria