How can we set the mobile menu to show when viewing the site on iPad – both landscape and portrait ?
Thanks
We have set it portrait to mobile menu – via the theme settings. However we need this to happen on landscape too.
Please advise
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1165px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 7px; }
.logo * { max-width: 80%; top: 8px; }}
Cheers!
Yigit
HI,
Can we make the text smaller and potentially remove spacing between menu items – landscape view?
Hey!
Have you tried the code i posted here – https://kriesi.at/support/topic/ipad-mobile-menu/#post-379486
It should make the spacing between menu items smaller and reduce the logo size between 1165px and 990px screensizes
Regards,
Yigit
I tried it, there was an improvement… But still we are seeing some overlapping
Hey!
Following code is not being applied
.av-main-nav > li > a { padding: 0 7px; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit