Page Width/Banner Width

This is literally driving me crazy! I cannot figure out how to reduce the width. This is my current situation: www.firdosmarket.com

I want it to be a wider

Do you want to make full width layout on whole webpage?

Please share screenshot if it is possible.

Hello @Firdos1 ,

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
slideshow-component {
    padding: 0px !important;
}

Thanks!

Please tap on full width from theme customization.

no

HI @Firdos1 ,

You can follow the steps here:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

Here is the code for step 3:

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

Here is the result:

Please let me know if it works!

Best,

Daisy