Product Pages are Not Correctly Aligned - Debut Theme

Hi! I am using the Debut theme on my website, www.terrasoleil.com. On some of my product pages (when there is no variant present e.g. color, size, etc.), the product description, price, and purchase buttons don’t take up the normal width that they should.

This is how I would like the alignment for all my product pages to be:

But some of them look like this, appearing squished to the left:

My website is www.terrasoleil.com for reference. Thank you in advance for your help!

1 Like

@terrasoleil

oh sorry for that issue

can you please share particular product url if you have issue

Hi @terrasoleil ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.product-form--payment-button-no-variants,
.product-form--payment-button-no-variants .product-form__item--no-variants {
    max-width: 100%;
}

I hope it would help you.

This worked perfectly, thank you!!

1 Like