Hi,
This can be done with some css code, first you must identify the menu item which you want to modify using your browser inspector – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ so the code will apply only to that menu item – https://www.screencast.com/t/UsMLup3LTY Then you could set a custom width to that sub-menu using this code (replace the menu example with your menu item and change the width to the value you want) enter it in Theme panel->Custom Css
.menu-item-3580 .sub-menu {
width: 300px!important;
}
Result should be like this – https://www.screencast.com/t/9SxNkeVB2KX6
Thanks
Hi,
It should work, you just have to use the right menu item, try this code with this result – https://www.screencast.com/t/GY8YAoki581 and clear your cache after you enter the code in theme panel
.menu-item-308 .sub-menu {
width: 300px!important;
}
Thanks




