
Originally Posted by
arxvaldex
In Admin goto Configuration - Product Listing
Check Product Listing - Columns Per Row (Default Setting is 3)
Also check your stylesheet.css should have the following:
(Stylesheet is located in includes/templates/bootstrap)
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.card-columns {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.card-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
Bookmarks