1

using themeforest 'TheGem' theme and Visual composer elements.

The image carousel is not responsive, on small screen its overlap each other, but on big screen its shows 3.

I trying to fix it trough CSS, but not working,
any solution?

.vc_carousel-slideline {
    max-width: 100%;
}

.vc_images_carousel {
    max-width: 100%;
}

enter image description here

TIA

faisaljanjua
  • 886
  • 2
  • 13
  • 28

1 Answers1

0

Try the following:

.vc_images_carousel{max-width: 100%;}

No need for:

.vc_carousel-slideline{max-width: 100%;}
Matthew
  • 1,905
  • 3
  • 19
  • 26
Marcel CL
  • 1
  • 2