Archived topic
Responsive built in gallery
1 reply · Started by Roy on June 23, 2017
Viewing posts 1–2 of 2
Hi,
There is a way to make the built-in wordpress gallery responsive?
In desktop version the 6-columns view is great,but in mobile it looks terrible - all the thumbnails are above each other...
Thanks,
Roy
Hi there,
Can you give this CSS a shot?
@media (max-width: 768px) {
.gallery-columns-6 .gallery-item {
max-width: 50%;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
You can also consider using this very popular gallery plugin: https://en-ca.wordpress.org/plugins/envira-gallery-lite/
This archived topic is closed to new replies.