Hey guys – i want to be abel to do the following but my code hasn’t worked
1 – remove the normal navigation on ipad portrait view (as it’s cut off by my logo) and display the toggle responsive menu
2 – make the sub menu items on the responsive toggle menu the same size font as their parent items – currently they’re bigger.
Thanks
Hey ShortieD!
1- Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#mobile-advanced a, #mobile-advanced .mega_menu_title { font-size: 14px; }
Regards,
Yigit
wonderful – thanks guys!