hello, i would like to increase the middle gap between my featured collection products, as shown in my example image. my store is www.antico-abito.com , theme is dawn
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…

