Archived topic
Responsive galleries?
3 replies · Started by Pablo on December 4, 2020
Viewing posts 1–4 of 4
Hello, I have a Wordpress gallery with 3 columns on my website created with GeneratePress and I see that in the smartphone version, the gallery does not adapt to 1 single column, it still keeps all 3. Is there a way to solve it?
Thanks!
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
.gallery-columns-3 .gallery-item {
max-width: 100%;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo! that was perfect;)
Regards;
Pablo
No problem :)
This archived topic is closed to new replies.