My product box and category box are not aligned
Add to the custom.css
ul.layout .product-box {
min-height: 420px;
}
.cat_row {
min-height: 200px;
}
Min-height can change. You have to specify value by yourself. 420px is just an example
Add to the custom.css
ul.layout .product-box {
min-height: 420px;
}
.cat_row {
min-height: 200px;
}
Min-height can change. You have to specify value by yourself. 420px is just an example