• Resolved swhayes

    (@swhayes)


    Master slider isn’t responsive – on mobile, or on smaller screen, it compresses the width but not the height, resulting in distored images. Am I missing a setting somewhere? Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    There is an issue with your theme. Your theme has this style: max-width: 100%; and that overrides fill mode of your slider.

    To fix that, add the following code on Slider Settings -> Slider custom styles:

    .master-slider img {
      max-width: none !important;
    }

    Please let me know the result.

    Best,

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