Hi, I am using a Classic slider with text only. to keep the text away from the edge of the column, I have added the following:
.x-slide {
padding: 15px 10px 10px 10px
}
.x-slide-clone{
padding: 15px 10px 10px 10px
}
This seems to work, apart from the fact that on a couple of slides I can see a bit of text from the previous/next slide
I assume that my css above is wrong.
Any pointed would be much appreciated
Alex