How can I make my slideshow image the full page width in Dawn 6.0.2?

Hi,

Can someone help me with how to make my slideshow image the full page width please?

I am using Dawn 6.0.2.

Thanks

Hi and welcome!

Could you post a link to your store and I will take a look for you :slightly_smiling_face:

Thank you. I have tried multiple things but nothing working for me.

https://rentwearreturn-4840.myshopify.com/

1 Like

No problem!

Could you provide the password so I can view the page please? :slightly_smiling_face:

@rwr

thanks for url but your store password protect

Add this to the bottom of your base.css file:

slideshow-component.slider-mobile-gutter.page-width.mobile-text-below {
    margin: 0;
    max-width: 100%;
}
1 Like