loop product display width
-
Hi
i am trying to display 2 product per line on a mobile phone for the shop page
i put this in my child theme css but it only works for the front page and not the shop page, can anyone help how i can do this for my shop page as well?@media (max-width: 575px) {
.col-xs-6.col-sm-6.col-md-6.col-lg-4.col-xl-3 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding-right: 10px;
padding-left: 10px;
}.row {
margin-right: -10px;
margin-left: -10px;
}
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘loop product display width’ is closed to new replies.