Slider image gets too large for mobile view (Not responsive)

This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler

  • Avatar: vix
    vix
    Participant
    August 18, 2019 at 12:06

    the problem is the slider image shows fine on dekstop but on mobile its not responsive
    it shows a slight portion of image on mobile

    i have gone ahead and tried to change background image postions etc but they mess up ( contain option)

    can you please make this responsive so it shows complete on mobile too ?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2019 at 12:24

    Hello,

    Try to add this code in Custom CSS for page http://prntscr.com/ou681r

    @media only screen and (max-width: 480px) {
        .et-slider {
            max-height: 250px;
        }
        .et-slider  .slider-item {
            background-position: inherit !important;
        }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘Slider image gets too large for mobile view (Not responsive)’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.