On iPad the logo is overlapping the top line. Can we change the menu layout?
Thank you in advance for your help.
Hey joanna_nk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1240px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
Best regards,
Yigit
works well. Thank you so much!!!!