Hi,
The menu on mobile browsers doesn’t appear, instead leaves a big blank space with a shopping cart.
And on Ipad the menu overlaps the logo. How can I fix this so the menus work properly and looks good?
Hi windustries!
Your header is 44px but for some reason it jumps to 232px for small screens and I’m not sure why. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete the theme before downloading + uploading a fresh copy from themeforest.
If your still having problems after doing the two steps then send us a WordPress login and we’ll take a closer look.
Regards,
Elliott
Hey!
It will not delete your pages and custom CSS code as long as theme names are matching. How did you implement prepayment?
Best regards,
Yigit
Hi!
In that case you are going to need to re-implement the code to header.php file after update
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #header_main .inner-container, .responsive .main_menu {
height: 88px;
}
.responsive .logo img {
max-height: 88px!important;
}}
Cheers!
Yigit