Submenus are shown truncated
Hi and a happy new year 2023 ?,
how can the menu be moved a bit to the left at the top, since the submenus are displayed cut off in the upper right menu "Objects".
[Links visible only for registered users]
thanks
Hi and a happy new year 2023 ?,
how can the menu be moved a bit to the left at the top, since the submenus are displayed cut off in the upper right menu "Objects".
[Links visible only for registered users]
thanks
Comments
Hello,
Please use this CSS code into Theme Options -> Custom CSS & JS -> CSS
@media(min-width:1240px){ #Top_bar .menu > li:last-of-type > .sub-menu{left:-90px !important;} }thanks