Hello,
I have a website with the menu on the top. There are two Links on the menu and both of them are mega menu with submenu displaying below since when the mouse hover them.
I have a display problem with one of the mega menu, the submenu is displaying on the right side instead of being underneath. How can I fix this ?
Thank you so much for your help
Hey Oby4455,
Try this code in the General Styling > Quick CSS field:
#header .avia_mega_div {
right: -182.863px!important;
}
Best regards,
Mike
Thank you it worked!