Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #548834

    Hi support team,

    I really hope you can help me on this one.

    When I’m making my browser window smaller, the masonry gallery entry content disappears at a certain width.

    At the moment it shows two posts with entry content when it is in full width and just one with entry content when it is in smartphone view, but somewhere in between those two the content entry disappears.

    Is it maybe possible to make it change to smartphone view at wider width?

    Best regards.

    #549498

    Hi saraclementdk,

    You have the following CSS in your shortcodes.css file, please remove it and it should display again:

    @media only screen and (max-width: 989px) and (min-width: 767px) {
    .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
        display: none;
    }
    }

    Best regards,
    Rikard

    #549560

    Hi Rikard,

    It worked perfectly. Thank you for your quick and precise support!

    Best regards.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold Masonry Gallery entry content disappears at a certain width’ is closed to new replies.