Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1263988

    Hello Kriesi-Team,
    I have the following problem with the masonry gallery: it is set in such a way that the image titles are displayed by mouseover. That only works on large screens. The picture title is now always displayed on tablets and mobile phones. I have loaded the latest version of WordPress and Enfold, and I can’t say for sure whether it was like this before.

    Best regards, Nadine

    #1264669

    Hey NadineSchenkl,

    Thank you for the inquiry.

    The caption goes below the masonry container on mobile view, and it does not cover the image. If you would like to completely hide or remove the caption on smaller screens, please try this css code.

    @media only screen and (max-width: 767px) {
        .av-inner-masonry-content {
    	display: none !important;
        }
    }

    Best regards,
    Ismael

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