**** I found something that works :
https://www.rebeccagracedesigns.com/blog/products-side-by-side-mobile
/* 2 Column Product Grid */
@media only screen and (max-width:640px) {
.products .list-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.products .grid-item {
width: 48%;
}
}
Hi Tuanphan,
I seem to have the same issue. I tried to put codes you provided for the others on the Design/CSS custom section, but it doesn't work. I have the buisness plan and I which to have 2 column instead of one.
https://www.gabrielleboucherart.com/originals
thank you!