Go to this section “Custom css” Setting and paste this:
.collection .grid {
--grid-desktop-horizontal-spacing: 3rem;
--grid-mobile-horizontal-spacing: 3rem;
}
You can increase the 3rem value to your liking (by default is 4px and 8px) and also use only one of these variables – they modify the gap on desktop and mobile respectively…
