• pulakjayaswal24

    (@pulakjayaswal24)


    Hi,
    I am using Master Slider Plugin as a image slider for my website.
    I am facing responsiveness issue when I reduce and then increase the screen size.
    Main Display Image on the slider goes offline and shits to right side leaving white space on the left.

    Please visit the link https://urbanests.com/Folsom-Residences/ to check the problem.
    First decrease the screen size and then increase the scree size. You will see image on the front will be offline.
    Can you please help me fixing this issue.

    Thanks
    Pulak

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

    (@averta_support)

    Dear Pulak,

    Thank you for using Master Slider.

    You have styled your images on your website:

    img {
      max-width: 100%;
    }

    To override this style, copy the below code:

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

    If you have any further questions, please feel free to ask.

    Best,
    Averta

Viewing 1 replies (of 1 total)
  • The topic ‘Responsiveness issue’ is closed to new replies.