I would like to change the width of the sub-menu on my website from CSS (attached image):
PIN/CODE: 1234
Attached image with the problem
I tried to change from:
.drop-list.clearfix.w60
class, but without luck.
I found the solution:
/*submenu fix*/
.main-header .drop-list .col {
width: 376px !important;
}
and thanks Lalalena !