Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
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