Hi, how can I move the mobile menu to the right so it won’t overlap the logo?
It worked fine but after the update to 4.5.2 it overlaps the logo.
Thanks.
Hey DROR,
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 #top #wrap_all .main_menu {
left: auto;
right: 0;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks. I tried it on. Another site but it doesn’t work. Do I need a different code?
Hi,
Please try this on the second site:
@media only screen and (max-width: 767px) {
.logo img {
margin-right: 70px;
}
}
Best regards,
Rikard
That moved the logo to the right and kept the menu on the left. How can I make it so that the logo would be on the left and the menu on the right?
Hi,
That is what I’m seeing right now in your site but reversed, the menu is left and logo right. Is that what you want or do you still need help?
Best regards,
Rikard
I want the logo on the left and the menu on the right
Hi bakbek,
Can you disable caching and minification for now?
Best regards,
Victoria
Done.
Hi bakbek,
Thank you:)
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 #top #wrap_all .main_menu {
left: auto;
right: 0;
}
.responsive #top .logo, .responsive #top .logo img {
float: left;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks.
Hi,
Did you need further help or shall we close this thread?
Best regards,
Jordan Shannon