Forums
Home / Plugin: Text Sliders / CSS issue
(@srdmh)
3 years, 9 months ago
Hi Folks,
I really like your plugin.
There’s one issue I’d like your help with please.
It has to do with the slides that are not active – parts of them are still visible, like this.
Can you help me resolve this, please?
Thanks, Steve
The page I need help with: [log in to see the link]
(@konstntinm)
3 years, 7 months ago
I’m having the same problem here. How did you solve it?
I have now used this workaround. It is not optimal, but it works.
#tns1 > li:not(.tns-slide-active) { padding-right: 3rem; padding-left: 3rem; } #tns1 > .tns-item { width: calc(12.48%) !important; } .text_slider_content { margin-right: 20px; }