Slideshow thumbnails position.

thechariot / 2012-12-29 19:52:29   

Hi,

my website is daniel-molina.com/index.php/landscape/mars/ and I'd like that my thumbnails looks like this website daniel-archer.com/home/folio/women/

I mean, I'd like that the thumbnails fits only the width of the photo making them look centered. I'd like that thumbnails doesn't goes more than the photo. Do you know what I mean?

Thanks a lot.

arsondpi / 2012-12-29 22:15:34   

I'm not sure what you're doing with the css but you're close figuring things out...

in that specific exhibit you posted this would seem to be doing the trick:

  1. #thumbnails {
  2.     clear: both;
  3.     width: 580px;
  4. }
thechariot / 2012-12-29 23:51:01   

I'm trying it but it doesn't work. I'm changing the slideshow.css but nothing works.

I'll keep trying, if something works, I'll tell you.

Thanks!

This thread has been closed, thank you.