Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #807549

    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

    #808218

    Hey conTend,

    Can you provide an image of how it should look compared to the desktop version?

    Best regards,
    Nikko

    #808458

    Hey Nikko,
    I send images in private contend,
    best regards

    conTend

    #809660

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.