on ipad 1024px, my website main menu is distorted. the last menu tab, contact is pushed into the second line overlapping with the slider.
Please help.
Hi kailibuy!
Try adding this to your custom CSS.
@media only screen and (max-width: 1300px) {
#header_main_alternate {
display: none !important;
}
#advanced_menu_toggle {
display: block !important;
}
}
Regards,
Elliott
do you mean in the enfold > general styling area?