• Resolved samuelng527

    (@samuelng527)


    Hi,

    I am using slick slider, on desktop, the image look fine but on mobile, it did not appear the same as on desktop. the image height taller and the image width being cut off, i wanted to look actually the same as desktop on mobile view.

    Please help, many thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Please go to the “Additional CSS” part of the dashboard and add below CSS(Path: Admin Panel->Appearance->Customize->Additional CSS).

    @media screen and (max-width: 41em) {
      .slick-image-slide, .slide-wrap {height:auto !important;}
    }

    Please let me know if you have any other queries.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile View on Slider’ is closed to new replies.