Caption padding-top and Slideshow

Joselito22 / 2013-01-14 21:53:33   

Hi,

I have the last version of indexhibit and Slideshow Beta 1.2.

I try to set the caption padding-top (space between image and description) but It doesn't work fine with Slideshow. It only works with first image, but when I press next, It doesn't (only when pressing F5)

I modified the following lines:

  1. <strong>base.css</strong>
  2. #exhibit #slideshow .captioning .caption { padding-top: 30px; }
  1. <strong>base.css</strong>
  2. #img-container .captioning .caption { /* font-size: 13px; */ text-align: left; padding-top: 30px; }

juliallerena.com/projects/dimensiones-perdidas/">Here is the example.

any idea?

Another question, is 1.2 the last version of Slideshow? It doesn't work fine neither in my site.

Thank you in advance!

arsondpi / 2013-01-15 02:19:49   

try something like:

  1. #exhibit #textspace.placement-bottom p {
  2.      padding-top: 20px;
  3. }
Joselito22 / 2013-01-15 18:15:24   

Thanks for your answer Arsondpi,

your code works in same places that mine, but it doesn't with Slideshow 1.2 (here: juliallerena.com/projects/dimensiones-perdidas/ ) and here (juliallerena.com/projects/confused-time/). I'm confused too. lol

Any suggestions??

Thank you again.

arsondpi / 2013-01-15 19:41:24   

It works fine with slideshow - the second link you posted is using Horizontal so you need to edit a different css selector. In this case it's #img-container .captioning - you can edit it's properties in format.horizontal.php in function defaultCSS

This thread has been closed, thank you.