Tagged: Burger Menu Position
Hi,
Can anyone suggest the correct CSS to move my burger menu to the right of where it currently displays? I don’t want to move the logo or menu on desktop devices, just mobile.
Thanks much
Nancy
Hey nancyT,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.av-burger-menu-main.menu-item-avia-special,
.responsive.html_cart_at_menu.html_header_searchicon .menu-item-search-dropdown {
right: -100px;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you ! That did the trick.
Nancy