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

    I just looked at my page http://www.oberton.org on mobile devices. Unlike portfolio grid masonry doesn’t show the single item on small screens. Instead it shows tiny versions in two columns with cut off picture and cut off titles. I think that was different a few versions ealyer.
    Is that a bug? Would be nice to show masonry entries responsive again.
    Is there a work around?

    #339875

    Hey Wolfgang!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    #top .container .av-masonry-col-flexible .av-masonry-entry {
    width: 100% !important;
    }
    }

    Cheers!
    Ismael

    #339909

    Thank you!
    Your support is superb.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonry not responsive’ is closed to new replies.