Hi
My mobile burger menu overlapping my logo
I tried adding:
@media only screen and (max-width: 767px) {
.responsive .logo img {
align: left !important;
float: left !important;
max-width: 50% !important;
}
}
but no success
Hey yudkoren,
Can you give us a screenshot? you can post it in https://imgur.com/ or any online image sharing sites and post the link here.
I checked your site and it doesn’t overlap on my end, is this already fixed? if yes, no need to provide a screenshot.
Best regards,
Nikko
Please see screenshot
Hi yudkoren,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top .logo {
float: left;
}
}
Hope it helps.
Best regards,
Nikko
Didn’t help
:-(
Hi yudkoren,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
Best regards,
Nikko