How to reduce the white space in debut theme?

This is the home page of my store. It’s a debut theme.

How to reduce the white space in the right and left hand sides of the page?

thx

Hello,

We can definitely help, do you mind sharing your store’s URL?

Thanks

https://puppycanva.com/

Here it is, thanks.

Add the following code to your theme.css file:

.page-width {
    max-width: 100%;
}

Cheers, let me know if that works!