How To Change Shopping Page Product View Per Row CSS
@media all and (min-width: 1001px) {
.shopping-cart-page .product-grid .item-box {
width: 24%;
margin: 0 0.5% 50px;
}
.shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
clear: none;
}
.shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
clear: both;
}
}
Modified at 2024-08-27 11:55:42