Hello,
I had some horizontal space between the top and its submenu. After searching your forum, I found that I had to add
.ux-menu UL.ux-menu-sub
{
margin-left: -80px;
margin-top: 4px;
}
to my css.
This is working if I am in "No Animation" mode, or "Fade" mode.
But in the "Slide" mode, the submenu is sliiiding far away from the topmenu, and then returning 80px back (back to its correct position)
Can you please help me correcting this ? So that the subMenu slides directly to its correct location...
I hope I clearly explained my problem, the video attached shows clearly the issue described
Thanks in advance for your help