Strange situation on mobile menu on website
If you go to the mobile version of the website, and then click on the menu icon (lines in the corner)… the first items of the menu show up fine… when you get to treatments, all the items under this menu (the actual treatments) have the first few letters cut off making them illegible.
I think its a margin issue. Please can this be fixed in any way?
Hi codecreative!
It’s from some custom CSS your using.
#menu-item-230 .avia_mega_div.avia_mega3.nine.units {
left: -150px !important;
}
Try this instead.
#header_main_alternate #menu-item-230 .avia_mega_div.avia_mega3.nine.units {
left: -150px !important;
}
Regards,
Elliott
Awsome its fixed