Main Menu Child Items Width
-
Hi,
How can I widen a child menu items like the one presented on the screenshot? Problem is that when I make level 3 items, there is not enough space for the arrow (as presented in Private Content).
Thanks!
Hello,
Please read and follow this instruction: https://xtemos.com/docs/woodmart/create-menu-2/
If you do not want to create a mega menu and just want to make the block wider add this code to the Theme Settings > Custom CSS > Global:
body .whb-secondary-menu .menu-simple-dropdown .sub-sub-menu {
width: 200px;
}
Set the width as per your needs.
Best Regards
Dear Elise,
Code worked for menu level 3, but not level 2 (screenshot is in private content).
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-secondary-menu .menu-simple-dropdown .sub-menu-dropdown {
width: 400px;
}
Best Regards