Theme builder menu
To change this for the theme builder menu module, go in the modules advanced » custom css and
- Dropdown menu container: width: 300px;
- Dropdown menu links: width: 260px;
Menu module
Use CSS to add the with in Module » advanced » custom css
Dropdown menu container
width: 320px;Code language: HTTP (http)
Dropdown menu links
width: 280px;Code language: HTTP (http)
For both opions under tablet and phone
width: unset;Code language: PHP (php)