Hello,
It seems as though when I enter 0px space from image to slide number, it still creates space. Is there a workaround for this?
Thanks!
Carousel addon bug
Hello,
It seems as though when I enter 0px space from image to slide number, it still creates space. Is there a workaround for this?
Thanks!
Oh yea this is a bug. I will fix it with the next update.
Until then put this in: "Lay Options" -> "Custom CSS & HTML" -> "Custom <head> content"
<style>
.lay-carousel-sink{
font-size:0!important;
}
</style>
works! thanks!