Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
#1057238

Hey Oldmanriding,

Here are the docs for you to see all the available options for the masonry:

If you need further assistance please let us know.
Best regards,
Victoria

#1057656

Hi Victoria,

Thank you, I do not see the link to the docs. My questions was related to CSS though. I tried some CSS to reposition the text below the image, but did not succeed.

Again: I would like to display the title and short text in a text box below the image (always visible). Ont on the image as it is now.

Example: https://www.chasejarvis.com/project/creativelive/

Any ideas how to do that?

#1057860

Hi Oldmanriding,

Here is the link to the docs in private. Not sure it can be easily achieved, unfortunately.

Best regards,
Victoria

#1057935

Thanks. Yes, it should be possible easily for somebody knowing CSS. I tried:

.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
padding-bottom: 65%;
}

#top .av-inner-masonry {
overflow: visible;
}

.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, .av-flex-size.av-caption-on-hover-hide .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
bottom: -59px;
}

But this did not work out well.

#1058292

Hi Oldmanriding,

I do know css, but here the position of every element is calculated by JavaScript and so just css will not do in this case, unfortunately.

Best regards,
Victoria

#1059084

Ok, thanks, I tried to solve it differently. Looks good to me know.

#1059182

Hi,

I’m glad this was resolved. If you need additional help, please let us know here in the forums.

Best regards,
Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Caption UNDER image in Masonry’ is closed to new replies.