I’m trying to lessen the space in between the multicolumn columns for mobile devices. I want to keep the swipe feature as well.
Issue attached below
Store link-https://b01a38-40.myshopify.com/
Code- dapolu
I’m trying to lessen the space in between the multicolumn columns for mobile devices. I want to keep the swipe feature as well.
Issue attached below
Store link-https://b01a38-40.myshopify.com/
Code- dapolu
@media screen and (max-width: 749px) {
.grid--peek .grid__item {
min-width: 27% !important;
}
}