Home › Forums › WoodMart support forum › modify view part of some of woodmart widget › Reply To: modify view part of some of woodmart widget
September 4, 2020 at 7:57 pm
#223766
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 320px){
body .col-6.category-grid-item {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
You will get this result: https://prnt.sc/ubqfum
Best Regards