Hello I have a problem, where my sub-menus opens outside of the screen bounds, to the left. (see image link)
I would like to force menus to always open to the right. How can I achieve this?
Cheers,
Itai
Hey Itai,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
#top .av-main-nav ul ul{
left:-100!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
I added it but it has no effect whatsoever on the submenu (which is what is the problem)
I’m not running any caching plugin atm.
Please advise,
Best,
Itai
Hi,
Did you add the code to the very top of quick css so it runs first? Also still, clear your browser cache a few times over.
Best regards,
Jordan Shannon
Hi Jordan,
Yes. Here are screengrabs, or you can see for yourself on our site: lostmypet.ca
Cheers,
Itai
Hi,
Thanks for the update. Please try this CSS instead:
#top .av-main-nav ul ul {
left: 205px !important;
}
Best regards,
Rikard
Hi Rikard,
Yes that works! Thanks.
You can close this thread now.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon