Homepage Slider - Make full width

Homepage Slider - Make full width

Shazam1234
Tourist
5 0 2

Hi everyone, I want to make my slider in homepage full width as you can see the screenshot below it is not. 

Shazam1234_1-1736182772146.png

Store Url : https://e191fe-f9.myshopify.com/

 

Thank you

Replies 6 (6)

Moeed
Shopify Partner
6567 1783 2161

Hey @Shazam1234 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.ecom-section > div.core__row--columns {
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1736182997223.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Shazam1234
Tourist
5 0 2

Hi @Moeed already tried your code but there is still a small space on both sides of the banner. Pls see attached screenshot. Thanks

 

Shazam1234_0-1736183393240.png

 

namphan
Shopify Partner
2197 290 328

Hi @Shazam1234,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.ecom-kdlu4gy0mp .ecom-column>div.core__column--wrapper {
    padding: 0 !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
namphan
Shopify Partner
2197 290 328

Hi @Shazam1234,

You can try following code it will work fine:

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

DaisyVo
Shopify Partner
2475 316 364

Hi @Shazam1234 ,

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:

.core__column--wrapper {
    padding-inline: 0 !important;
}

Here is the result:

DaisyVo_0-1736217817526.png

 

Please let me know if it works!

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Shazam1234
Tourist
5 0 2

@DaisyVo hello, it worked. Thank you. Btw there is a small space on the top after the line and I want to remove it. Pls see the attached ss. Thanks

 

Shazam1234_0-1736227614731.png