Home › Forums › WoodMart support forum › rectangle of "My account" › Reply To: rectangle of "My account"
February 27, 2020 at 12:36 pm
#176624
Elise Noromit
Member
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