Tagged: CSS
Hi,
I’m trying to move the mobile burger menu to the left side. I’ve tried Mike’s CSS from this link:
but it doesn’t work for my site.
Can you help? Illustration is inside private content.
Thanks in advance.
Hey Arthapignet,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive nav.main_menu div.avia-menu.av-main-nav-wrap {
float: left;
right: -27px;
}
}
But the code will move the search icon and the cart icon there too.
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Sorry, as you can see, it’s very different from the screenshot I sent you. The burger menu should be the first icon from the left side, followed by the logo, and the other icons is on the right side.
Thanks in advance.
Hi Arthapignet,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
#top #my-account-mobile-header:before {
padding-left: 45px;
}
.responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
left: -85vw;
}
}
If you need further assistance please let us know.
Best regards,
Victoria