Home Forums WoodMart support forum Mobile view style Reply To: Mobile view style

#239598

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

@media (max-width: 768px){
body.archive .woodmart-spacing-20>[class*=col], 
body.archive .woodmart-spacing-30>[class*=col] {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 5px;
}
}

Please add this code to the Theme Settings > Custom CSS > Mobile:

body.archive .product-grid-item.col-6 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
} 

Best Regards