Home › Forums › WoodMart support forum › Categories in grid › Reply To: Categories in grid
October 25, 2022 at 6:13 pm
#416498
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.wd-nav-product-cat > li {
flex: 1 1 20%;
}
Regards.