zenon1973
You can try with this custom CSS:
@media (max-width: 767px) {
.horizontal-separator {
display: none;
}
.vmmscroll-page > .row {
display: block;
width: auto;
}
.vmmscroll-page > .row .product {
width: 50% !important;
padding-right: 15px !important;
float: left !important;
height: 480px;
}
}
@media (max-width: 480px) {
.vmmscroll-page > .row .product {
height: 300px;
}
}