Hi,
The last menu column on the right side of the menu bar gets cut off…. how to fix this?
thanks.
Marijn
Hi marijnmees!
Please add following code to Quick CSS
@media only screen and (min-width: 990px) {
#menu-item-1321 ul.sub-menu {
left: -90px;
}}
Best regards,
Yigit
thanks!