Home › Forums › WoodMart support forum › 2 categories per row in a specific page › Reply To: 2 categories per row in a specific page
December 8, 2021 at 12:46 am
#337582
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 769px){
body.term-brand .category-grid-item.col-md-4 {
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
}
}
Best Regards