Hello,
Is there a possibility to set custom size of caption bar on masonry, so that no matter the lenght of a title or excerpt it will be the same size everytime?
Thanks in advance
Hey Konrad,
Could you post a link to where we can see the elements in question on your actual site please?
Best regards,
Rikard
Hi, of course. Im posting it in the private content field.
Thanks
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av-masonry-entry .av-inner-masonry-content {
height: 150px;
min-height: 150px;
}
Best regards,
Rikard
Yeah, that helped. Thanks a lot!