Hello,
Despite deleting all my quick css and trying several solutions that appear in the forums the submenu that appears when I roll over the menu button on the far right is mainly off the screen and unusable – and I have no idea why :S
Any help as ever much appreciated. I have created an admin login and posted it below which might hopefully help.
https://www.dropbox.com/s/x03z0ezyxig6sx6/sna%20submenu.png?dl=0
Hey j-keogh,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
I’m not sure why that is happening but I’m guessing you have made customisations to the menu? Please try this in Quick CSS:
#menu-item-3406 .avia_mega_div {
left: 0 !important;
}
Best regards,
Rikard
I’m sorry but that didn’t work. The problem is still the same. I honestly don’t think that I’ve customised the menu in any way – I simply don’t have the skills or knowledge to even attempt that!
Thanks again for all your help in trying to resolve this.
Jim
Hi Jim,
I have added this code in your Quick CSS:
@media only screen and (min-width:1180px) {
#menu-item-3406 .avia_mega_div {
left: auto !important;
}
}
It should work fine now. Just let us know if this is good on your end too :)
Regards,
Nikko
looks fine thank you so much.
Hey!
Glad we could help :)
Cheers!
Nikko