Tagged: responsive
Hi
I wonder if you can take a look at the URL in the private content area below.
I seem to have picked up a responsive menu issue and not sure if due to theme update or something that is wrong somewhere.
All working fine on mobiles but on the iPad there is an issue that you will see in the image file attached.
Thanks for your help.
Ian
Hey hark!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1040px) and (min-width: 990px) {
.logo * {
max-width: 86%;
top: 10px;
}}
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
Regards,
Yigit
Hey!
You have many menu items and you are using button style for your items so it is taking a huge space on tablet size screens, so for your case, this is the solution :) I am marking this thread as resolved, if you have any other questions or issues, please feel free to start a new one
Regards,
Yigit