Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206784

    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?

    4 thumbnails

    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

    #206971

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Number of Thumbnails in Gallery’ is closed to new replies.