Menu dropdown with set sizes
-
When you set specific sizes to the drop down, the menu opens with the upper left part under the menu item, is there a way to make it open to the center of the page? Same as when you choose full width but without making it full width.
Hello,
Make it full-width and we shall provide you with the custom CSS.
Best Regards
Great! Id like it to be 800×300 if possible.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .main-nav .menu>li.menu-item-design-full-width .sub-menu-dropdown{
max-width:800px;
}
body .main-nav .menu>li.menu-item-design-full-width .sub-menu-dropdown .container{
max-width:800px;
}
Best Regards
This is the result of the code : http://prntscr.com/n6a0va
Is there a way to center it?
Hello,
After checking, unfortunately, it is not possible to place it in the center. We can shift to any side, however, it would not be right in the center.
Best Regards