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
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