Reply 222588 to: Responsive Issues with banner size

Avatar: Rose Tyler
Rose Tyler
Support staff
October 4, 2019 at 17:13

Hello,

Try to add this code in Global custom CSS:

@media only screen and (max-width: 992px) {
    .slider-item {
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 480px) {
    .swiper-entry.et-slider {
        height: 300px !important;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.