Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #262918

    Hi,

    I am using the ajax preview “don’t show the image at all only the preview text” and I am using the shortcode gallery as I only want to see thumbnails. But it seems that whatever column number I put or whatever thumbnail size, it does not change and I always get 5 cols.

    Any idea how to get control on the amount of column?

    Thanks

    #262919
    This reply has been marked as private.
    #263019

    Hi!

    The default width for the columns in the gallery is 20%, but you can change it with this:

    #top .avia-gallery .avia-gallery-thumb a{
    width: 25% !important;
    }
    

    You can use 25%, 50%, 100%.

    Regards,
    Josue

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.