Hi there!
I’am wondering if there is any way to show just one row of 4 thumbnails under the gallery with one big preview picture?
Just like here. But when I add more pictures to the gallery, it kills the nice structure of the thumbnails. :)
Glad for any help! Thanks!
Cheers, Ina
Hi Ina!
You can extend the thumbnail width by using this css code
#top #wrap_all .avia-gallery .avia-gallery-thumb a {
width: 25%;
}
– insert it into your child theme style.css file or into the quick css field.
Cheers!
Peter