PDA

View Full Version : thumbs 7.0 placing problem


TiCor
10-02-2008, 06:30 PM
I've installed the addon 'Thumbs 7.0'.

I would like to have the row of thumbnails on the left side of the image. (like it's on the demo: http://aran-w.net/pblog/index.php)

I manage to get the thumbnail row above or under the image, but I don't get it on the left side.:(
In other words, where do I have to place the code <THUMBS> in the image_template.html.


Would someone help me out please?

Many thanks in advance :)

Ubbe
10-02-2008, 07:39 PM
Well first of all it's called "right" not left lol ;)

Seconly in order to get a vertical array of thumbnails you merely have to place them inside a div in which the width is restrained to a width which is smaller than the sum of two thumbnails, this will ensure they cannot form a horizontal array, but each thumb is shifted onto the next line.

Secondly if order to get them placed to the left or the right of your image, you must apply the css attribute "float:left;" to the image and the div holding the thumbnails. (also don't forget to clear:both after this to ensure optimal cross-browser compatibility)