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?
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?
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!