Home › Forums › WoodMart support forum › About display catagory on mobile › Reply To: About display catagory on mobile
April 28, 2021 at 7:32 pm
#287729
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .col-6.category-grid-item {
-ms-flex: 0 0 32%;
flex: 0 0 32%;
max-width: 32%;
}
Best Regards