Product Page Width - Prestige Theme

Hi! Does anyone know why my product page is displaying full width like this? And how to stop it? I don’t think it looks bad on the left side padding where the images are but as you can see, it’s cutting off the right-hand side product description.

So you are aware, I did add the code below to theme.liquid to make the collection display page full width, which I’d still like to keep but worry this is interfering with the product page code.

.product-card__info {
position: absolute !important;
align-self: self-end !important;
padding-left: 10px !important;
padding-bottom: 5px !important;
color: white !important;
}
.v-stack.justify-items-center.gap-1 {
justify-items: left !important;
}
.color-scheme.color-scheme–scheme-1 .container {
margin: 0 !important;
max-width: 100% !important;
}
sale-price.h4.text-subdued {
color: black !important;
}
sale-price.h6.text-subdued {
color: black !important;
}

Thank you!
Emily

Product Page -

Collection Page (happy with this) -

Please add all the code you added in the following code @emilyaugstudios .

{% if template == 'collection' %}

  

{% endif %}
  • Example
{% if template == 'collection' %}
  
{% endif %}
  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Thank you so much! Worked perfect. Constantly learning about code :blush:

Glad to help you. Have a good day!