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
Hi all
I'm stuck, the Add to Cart button shows correctly on all products with variants.
When no variant is present the button is smaller and throws the design off center.
width is set to 100% in the liquid.
Any ideas?
Solved! Go to the solution
This is an accepted solution.
Go to theme.css and add this snippet to the bottom.
.product-form__item--no-variants{
max-width: inherit;
}
This is an accepted solution.
Go to theme.css and add this snippet to the bottom.
.product-form__item--no-variants{
max-width: inherit;
}
You're a wizard Nick!
Thank you.
@darrenmillar
I am glad the issue is resolved!