I just solved this problem with CSS code. Add a class to the gallery, and then refer to it in CSS.
@media (max-width: 767px) {
.your-class .vp-portfolio__items {
display: flex !important;
}
.your-class .vp-portfolio__item-wrap {
width: 50% !important; // 2 columns
}
}
-
This reply was modified 1 year, 4 months ago by platimati.