Tagged: mobile menu
Hi,
I wonder why the menu doesn’t resize properly on the ipad/tablet in landscape modus. (see screenshot). I’ve installed Enfold 2.9
KR
Monique
Hey Monique!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 6px; }}
Cheers!
Yigit
Thanks, this solved it. But what if my customer decides to add another menu-item?
KR
Monique
Hi!
You can use Responsive Large Layout in Enfold theme options and it should help. If not, padding value should be adjusted
Regards,
Yigit
Ok thanks!