Hi there,
I use a masonry galery with following settings:
Überlagerung aktiviert + Benutzerdefinierte Links + element caption “Zeige Titel/Display as centered overlay/Bei Mouse Over zeigen”.
At mouse over the overlay background color + Titel covers image at 100% (opacity 1).
On mobile screens I would like the overlay background color + title to cover just 25% at the bottom of the elements image (= just like default display).
How do I manage this with CSS?
Best regards
Hey conTend,
Can you provide an image of how it should look compared to the desktop version?
Best regards,
Nikko
Hey Nikko,
I send images in private contend,
best regards
conTend
Hi,
Thank you for the screenshots.
Please add the following css code.
@media screen and (max-width: 768px) {
#top #wrap_all .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
top: auto;
height: auto;
}
}
Best regards,
Ismael