Tagged: submenus
Hi, in my web the submenus are opening to the left, is it possible that they open to the right?
A screenshot is attached.
Thanks!
Hey cipriana,
Yes we can help with that, Can you please include a URL to the page you are having an issue with?
Best regards,
Mike
Yes Mike.
Hi,
Try this code in the General Styling > Quick CSS field:
#top .av-main-nav ul ul {
left: 207px !important; }
Best regards,
Mike
That worked!!
Thanks!!