0

I have tried making the sliders responsive but it is not working for me.

Out of the 3 sliders, the main slider has been made responsive. But the other two sliders is not able to make responsive.

This link will give you a clear picture of my problem:

You can scroll through iPhone 3+4 portrait · width: 320px to see my exact problem.

Leo T Abraham
  • 2,407
  • 4
  • 28
  • 54

1 Answers1

1

Try adding

.spotlightslider {
   width: 100%;
}

inside

@media only screen and (max-width: 470px) and (min-width: 310px)
Andrei B
  • 2,740
  • 17
  • 12
  • That helped me to solve the issue associated with Spotlightslider. Could you please help me resolve the issue with the slider having quotes ? – Leo T Abraham Mar 11 '14 at 12:39
  • Sorry, I don't know which one are you referring about. They all look good to me. Can you paste some text so that I can search for it? – Andrei B Mar 12 '14 at 14:19