please see the attached link – the logo, no matter how small i make it, bumps the mobile menu down and creates a large white space.
can you help? thanks!
Hi charger70!
Please try the following in Quick CSS under Enfold–>General Styling:
.main_menu {
height: auto !important;
}
Best regards,
Rikard
no, rikard, still showing a huge space. any ideas?
Hey!
I can’t see the style I gave you applied, please try this instead:
@media only screen and (max-width: 767px) {
.main_menu {
height: auto !important;
}
}
If it doesn’t work then please provide us with a temporary admin login so that we can have a closer look. You can post the details here as a private reply. Also, make sure to disable any caching plugin and delete your browser cache while testing.
Cheers!
Rikard
thanks for your help, this issue is becoming urgent with the client.
Hi!
I can’t see the issue on your site anymore, please make sure to clear all cache from your mobile browser and reload a few times to see the actual version.
Cheers!
Rikard
Hi!
I’m getting a 404 page on your last link and it seems to be using a different theme? But I’m getting the correct look on the development site: http://imgur.com/xa4eQP0. Could you try to clear your browser cache and reload a few times?
Best regards,
Rikard
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
#header_main .inner-container {
height: auto;
}}
Best regards,
Yigit
oh thank god, yigit, you fixed it!!! THANK YOU DUDE!!!
always, always, you rock for me. much respect!