Hi,
On my web site,
Only the top part of submenus are visible as the bottom side is hiding behind the menu box itself,
(this is ari eximenu module)
Could you please advice?
Here is the website address:
Alive Trading
FYI, I am also using the below CSS code:
body DIV DIV.ux-menu-container UL.ux-menu,
body DIV DIV.ux-menu-container UL.ux-menu UL.ux-menu-sub
{
margin: 0;
}
body DIV DIV.ux-menu-container UL.ux-menu LI
{
margin: 0;
padding: 0;
overflow: visible;
padding-left: 0;
margin-bottom: 0;
}
#ja-content,
#ja-current-content
{
overflow: visible;
}