Hi,
My menu is displaying perfect when im on size 480, but in size 768 x 1024 (iPad – Portrait) and size 768 the terms of my menu writes one over the other (they scramble); see screenshot of my bug here : http://prntscr.com/6668z7
How come?
Do you have an idea to solve this? (in CSS maybe)
Thank You & Have a great day !
Hi Lev!
Try adding this to your custom CSS.
@media only screen and (max-width: 959px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Regards,
Elliott
Greaaaaat !!!! Thank You Elliott !!! You are the best !!! :)