Hi there – just migrated to new hosting (Pagely) and the mobile menu dropdown items are not showing up. Not sure why but it is a problem! see the link to see what i mean.
any ideas why?
Hi charger70!
I’m not sure why this is happening but you should be able to fix it by adding this to your custom CSS,
@media only screen and (max-width: 767px) {
.avia_mega_div.avia_mega5.twelve.units {
right: auto !important;
}
}
I’ll leave this open for the rest of our team to take a look.
Best regards,
Elliott
Elliott, thank you so much! that worked perfectly!