Why is my 'Add to Cart' button smaller for products without variants?

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?

www.eribastuff.com

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.

1 Like

@darrenmillar
I am glad the issue is resolved!

1 Like