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

    Hello,
    I have set up a masonry portfolio as a secondary navigation, it looks and works great on desktop but in mobile view the title and text overlap the image, is there a way to adjust this?

    #541399

    Hi Tier1Graphics,

    I got a screen from Sucuri saying that my ip is blocked, could you disable that plugin temporarily?

    Regards,
    Rikard

    #541764

    Hi Rikard,
    Sorry about that, Please try again.

    #542598

    Hi!

    Try adding this to your custom CSS.

    @media screen and (max-width: 600px) {
    .av-masonry-entry-content {
        display: none;
    }
    }

    Best regards,
    Elliott

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