Make slideshow full width on desktop and all devices

Hello,

I want the image slider on the home page to stretch and fill the full width of the screen and also fit all devices.

I always have white space on the sides that I want to get rid of. Please help

here store link https://predireparis.rs/

Thanks in advance,

JovanaB

I entered the code below and it’s working, I got a full-width slideshow, but know I have a lot of white space below the slideshow, and also on other devices IMG is very small, doesn’t stretch on the screen. Can someone help me with that?

shop is https://predireparis.rs/

Thanks in advance

Jovana

.template-index    main.wrapper { 
        max-width:100%;
        padding:0;
        }
.template-index    main.wrapper>* {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto;
        padding-left:30px;
        padding-right:30px;
    }
#shopify-section-slideshow {
        max-width: 100%;
        width: 100%;
        padding:0;
    }
.flexslider .slides img {
    width:100%;
}

please mark as solved