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
Goal: Reduce excessive spacing between Multicolumn columns on mobile in the Dawn theme while keeping swipe/scroll behavior.
Context: OP provided a store preview, access code, and an image showing the wide gaps. Images illustrating the fix and outcome were also shared.
Proposed fix:
Notes:
Status: A solution was proposed with implementation steps and expected outcome. No confirmation from the original poster yet; resolution unconfirmed.
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;
}
}