Studio theme - now i have 1 inch gap in both left and right sides of my website,is it possible to ke

Studio theme - now i have 1 inch gap in both left and right sides of my website,is it possible to keep my website to full screen without gaps? - Adameda.com - my website

Hi @Aadhiss ,

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

.page-width-desktop {
    max-width: unset !important;
}

Hope my answer will help you.

1 Like