Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme is adding a padding of 20px and causing that problem. You can open plugins css file and replace

    .jr-insta-thumb .no-bullet, .pllexislider .no-bullet { list-style: none; margin: 0 0 0 0;padding: 0 0 0 0; clear: both;}

    with

    .jr-insta-thumb .no-bullet, .pllexislider .no-bullet { list-style: none; margin: 0 0 0 0;padding: 0 0 0 0 !important; clear: both;}

    Thread Starter Viajardeoferta

    (@viajardeoferta)

    Thank you so much!

    It works 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widget Slider Cut Images’ is closed to new replies.