How to get rid of white space on debut theme

I made a post like this last night, but I switched themes, to debut, but the solution that I used for my previous page no longer works, as there is no theme.scss.liquid file, only a theme.css. What I want to fix is as follows: I cannot seem to make my product page, or any page for that matter to stretch, and remove the white space on the left and right of the products, I do not want it to take up the entire screen, but I would like it to be a bit closer to the edge of the screen. I would also like my header to be full screen too. I would really appreciate how to fix this, Thanks!

my website is pets-play.com

HI @Rowan774

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

.wrapper { max-width: 100% !important; }

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hello @Rowan774 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team