I can’t figure out the padding for Masonry grid overlay. Currently parts of long words disappear.
Hope you can help me with a css
Thanks
Hey _urban_,
I’m not able to see the issue, are you able to provide a screenshot?
Best regards,
Jordan Shannon
Thanks for your prompt reply. It will happen at certain screen widths between 660 px to approximately 800px. Try reducing your browser window to 700 px width and hover over the first image in the link and you will see what i experience. It would be nice to have a padding to keep the text inside the picture.
Thanks!
Hi,
Try adding the following to quick css:
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: inherit!important;
}
Best regards,
Jordan Shannon
Perfect, Thanks!