Tagged: responsive
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
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
Hallo Ismael,
Everythings is working.
Thx a lot