Reply To: Gallery Thumbnails on the Right Side vs Below the Image


imaginem
Support

Hi,

The thumbnails can be align by using CSS. You can set the thumbnail UL container class with a smaller width – so that one thumbnail can fit the width. This will distribute them vertically.

Then you can use position relative property along with Top and Left properties to align them anywhere on the screen.

Please contact a CSS developer on this. The file to edit is /css/gallery.css

Thanks