Hello
I would like to increase the gap between images on desktop, but still have the same number of columns. Is therr anything I can do to fix this?
Hello
I would like to increase the gap between images on desktop, but still have the same number of columns. Is therr anything I can do to fix this?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
try this code
@media screen and (max-width: 749px){
.grid--2-col-tablet-down .grid__item {
width: calc(48% - var(--grid-mobile-horizontal-spacing) / 2);
max-width: calc(48% - var(--grid-mobile-horizontal-spacing) / 2);
}
ul#product-grid {
column-gap: 15px;
}
}
It doesn’t work.. ![]()