Tagged: 

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

    Hallo,

    I Make a gallery. Is it possible that this gallery in the resolution 600 until 1200 pix always shows two columns in portrait on tablet. (maison gallery)

    I hope that you can give me some solution.

    Thx

    • This topic was modified 8 years ago by rafke.
    #597172

    Hey rafke!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    @media only screen and (min-width: 600px) and (max-width: 1200px) {
    .av-masonry-col-5 .av-masonry-entry {
        width: 50%;
    }
    }

    Regards,
    Ismael

    #597181

    Hallo Ismael,

    Everythings is working.

    Thx a lot

    #597508

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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