PDA

View Full Version : IMAGE_THUMBNAIL_ROW_REV Question


Tom K
02-20-2007, 11:34 PM
My photoblog is http://www.tomkaszuba.com/index.php
I have just inserted the IMAGE_THUMBNAIL_ROW_REV tag under my main image on my home page. I would like the thumbnails to be perfectly in line rather than having the currently displayed image slightly dropped down. How do I accomplish that? Thank you.

austriaka
02-21-2007, 05:56 AM
go into your css file and look for the class definition of "current-thumbnail". There must be something with the positioning you can change

KArin

Joe[y]
02-21-2007, 10:03 AM
add

.current-thumbnail {
padding:5px;
border: 1px solid #323232;
margin: 10px 6px 6px 6px;
background-color: #000000;
}


to /templates/simple-visions/style.css

Tom K
02-21-2007, 08:56 PM
Thanks a million Joe[y]. That did the trick. Pixelpost is the best photoblogging software there is.....and this forum is the best as well.

Joe[y]
02-22-2007, 07:08 PM
*blushes* well, we try.