Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I am using fabric theme and it shows as varient picker i cant increase the gap between them (vertical)
Solved! Go to the solution
This is an accepted solution.
Hi @NOT1
let try to add this custom css code :
variant-picker .variant-picker__form {
gap: 2rem;
}
hey @NOT1 share the URLs of your website plz
This is an accepted solution.
Hi @NOT1
let try to add this custom css code :
variant-picker .variant-picker__form {
gap: 2rem;
}