Is it possible to have the captions display at the top of the images instead of at the bottom ?
Hi ste_thumbs!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
bottom: auto;
top: 0;
}
Cheers!
Yigit