Making featured products full width shopify

hello! i am trying to make my website more appealing, i was hoping to find a way to make the section “featured products” full width on desktop, is there anyone that can assist with this please

https://musicfestivalsupplies.com/ is the website address

Hi @Cheddarrl

I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag

.wrapper { max-width: unset !important; }

Please refer to this screenshot:

Hope you find my answer helpful!

Best regards,

Richard | PageFly

1 Like

this definitely works