Hello, Diego!.
Thanks for asking, I am very well, which I wish to you too 🙂
Tryt to go with the following code:
@media only screen and (min-width: 992px){
.sub-menu{
min-width:300px;/*submenu width*/
}
.sub-menu-item{
float: left!important;
width: 50%!important;
padding:10px!important;
}
}
Change the submenu width as you wish.
Regards