Tagged: menu
Hello,
The Mega menu most to the right called “Om oss” does not show correctly on desktop. If you mouse over it you only see part of the submenues and the rest is offscreen.
How can i solve this?
Much apprectaed
Nyima
Hey Tarakbc,
Thank you for the inquiry.
You can use this css code to adjust the position of the submenu under the menu item “Om Oss”.
#menu-item-4046 .sub-menu {
left: -120px !important;
}
Or adjust its position and move it from the very end to the middle of the menu container.
Best regards,
Ismael