Change Slideshow banner width to 95% and border radius 30px Dawn theme

Hi, I would like to make the slideshow banner as a box with some margin (95% width) on the sides and a curved corners.

How can I make that?

website: 1989streetwear.com

pw: bet1989

Hi @1989streetwear ,

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

.slider-mobile-gutter {
    padding: 0 50px !important;
}
.slider-mobile-gutter .banner {
    border-radius: 30px !important;
    overflow: hidden !important;
}
@media screen and (max-width: 749px) {
    .slider-mobile-gutter {
        padding: 0 20px !important;
    }
}

I hope it would help you
Best regards,

Richard | PageFly

1 Like

THANK YOU SO MUCH!