Dear Support Team,
how can i reduce the size of the titles and descriptions of overlays at portflo masonry, especiall in the mobile version?
Thanks in advance,
Jonna
Hey jonna_gaertner,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) { #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: 1em!important; }
}
Best regards,
Mike
Hi Mike, thank you very much, that helps a lot: But another important question: I would like to show all the masonry portfolio elements (picture, title and short description) only in a lightbox, not on a new page. How can I change the masonry portfolios into just light boxes and not new pages?
Thanks in advance,
Jonna
Hi Mike,
unfortunately it did not work out – it is still too big / same size…
Best
Jonna
Hi Jonna,
Portfolio grid has a similar option, but it might need some customization to show title and caption in lightbox. You might consider the ajax option.
https://cl.ly/112n3G0u0O2J
Here is a demo
Let me know what you think.
Best regards,
Victoria