Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24930

    I am having an issue with thumbnails not being the same size in my gallery.

    It is also not formatting correctly and there are big gaps in the thumbnail grid

    How do I fix it so all thumbnails are the same size and there are no gaps in the grid?

    here is a sample link of the development site

    http://latishawoodonline.com/fashion/

    #125211

    Hi,

    Please add this on your custom.css or Quick CS

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25%;
    max-height: 147px;
    height: 147px;
    }

    #top div .avia-gallery img {
    height: 100%;
    max-height: 100%;
    }

    Cheers,

    Ismael

    #125212

    Thanks that worked..

    #125213

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Thumbnails are different sizes in my gallery and formatting is bad’ is closed to new replies.