Hello, I would like to use gallery in enfold instead of nextgen gallery who is heavy and breaks some things…
So I use a plug in who can organise the media library in folders but that’s not the point.
When I insert a 4 column gallery on a page (not masonry). The page display 4 columns. No problem.
But on mobile there is still 4 column but the thumbnails are very small.
I would like to have a more responsive content who display 2 columns or one column when it is necessary on mobile and 4 column on desktop.
Is it possible?
I precise that I have created custom portrait and landscape thumbnail size with a resize Plugin
Thx
Hey fredengl,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi
I have the same problem, what access data do you need?
Or is there already an answer available somewhere?
Best regards, Kornelia
Hi!
Thank you for the link. Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.avia-gallery-thumb a {
width: 48% !important;
}
}
Best regards,
Ismael
Thank you also for this!