Home Forums WoodMart support forum rectangle of "My account" Reply To: rectangle of "My account"

#176624

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

@media screen and (min-width:1200px){
.categories-menu-dropdown .item-event-hover:hover>.sub-menu-dropdown{
min-width:2000px;
}
}

Best Regards