Pages and sections just stopped resizing for mobile

For some reason, a lot of section on my website just stopped resizing properly for mobile. I have tried to add a lot of different codes but still couldn’t find a solution.

There are a few sections like product features, banners, and rich text that don’t resize on the home page. But there are also whole pages that are not properly resized, like the product page. Same with the categories pages.

My website is www.galutamadeiras.com.br.

1 Like

Hi @MarcioDezan ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

@media screen and (max-width: 767px) {
    .wrapper {
        --site-width: 100% !important;
        --site-width-narrow: 100% !important;
    }
}

I hope it would help you
Best regards,

Richard | PageFly

1 Like

Thank you sir! It worked perfectly.

Best of regards to you!

1 Like