Shop Categories

X

Reply To: Two columns drop off menu

Home Forums Agama Pro Two columns drop off menu Reply To: Two columns drop off menu

#27453
Zex
Moderator

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