carousel caption on top the pictures
-
Hello,
Quick question, would be possible to have the carousel caption above the image, instead of having them below it?
Thank you so much
-
sure
im going to code this as a feature now, so many people have requested it xD
-
ok if you update the carousel addon:
New Setting! Lay Options → Carousel Addon: "Position of Captions, Numbers and Circles" can now be "Above Carousel"
-
ok if you update the carousel addon:
New Setting! Lay Options → Carousel Addon: "Position of Captions, Numbers and Circles" can now be "Above Carousel"
@arminunruh Thank you so much for your quick response, it works perfectly!
-
no its not possible sorry
-
actually i found a way:
.lay-carousel-wrap{ display: flex; flex-direction: column; } .laycarousel-bullets{ order: -1; padding-bottom: 10px; padding-top: 0; }Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop"
Make sure to use the setting that puts captions and numbers below the carousel.
This CSS will then only put the dots above, while the rest stays below.