Increase Width product page

Is anyone able to help me increase the width of my product page?

URL: https://www.livwithin.com.au/products/moss
PW: pewpog

Hi @ellacoker

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.page-width {
   max-width: 100% !important;
   padding: 0 40px !important
}

Result:

Best,

Daisy

Hi @ellacoker

You can find and change the page width of your store by adjusting max-width: 2000px; code in the base.css file

.page-width {
    max-width: 2000px; /* Adjust as needed */
    margin: 0 auto;