HI,
I have a menu, which last item has submenus. Those submenus don’t show or are out of the screen. How can I solve this?

I’m referring to the ones where the mouse pointer is.
Regards,
HI,
I have a menu, which last item has submenus. Those submenus don’t show or are out of the screen. How can I solve this?

I’m referring to the ones where the mouse pointer is.
Regards,
Hi There,
To fix this issue, please add this custom CSS under Theme Options > CSS:
.masthead-stacked .x-navbar .desktop .sub-menu .sub-menu {
left: auto;
right: 100%;
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.