Hi there Enfold team!
I have these settings for my menu:
Website is http://circle2media.com/
.logo {
margin-left: 40px;
}
.main_menu {
margin-right: 40px;
}
Unfortunately it is also squeezed the logo and “burger menu” together on mobile view, and the “burger menu” now overlaps on the logo. Can you please help with how I can configure this so that the code only applies on desktop, and is ignored on mobile view?
Thank you so much! :)
Hey Archie,
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 (min-width:990px) {
.logo {
margin-left: 40px;
}
.main_menu {
margin-right: 40px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria!
This works perfectly! Thanks!
Hi Archie,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria