Tagged: arrows, content slider
Is there a way to move the slide title and arrows to below the image? Thanks!
http://encoure.com/photo-gallery/
Hi Jennifer!
You can add this on Quick CSS or custom.css:
.slide-entry-title.entry-title {
position: absolute;
bottom: 0;
}
.avia-smallarrow-slider-heading.no-content-slider-heading {
position: absolute;
bottom: 0;
}
Cheers!
Ismael
Thanks, Ismael. That did the trick.