Slideshow text width

juho / 2012-10-11 10:11:24   

How can I specify the width of the text box in the slideshow format? I'd like to limit it to the width of the images.

Thanks

Vaska A / 2012-10-11 10:12:00   

Admin > Formats > Slideshow

juho / 2012-10-11 10:14:58   

Hmm, the only options I have there is the transition effect.

Vaska A / 2012-10-11 10:17:14   

Oh, well, Slideshow isn't a finished product. It was there before, it will be added to the release next week.

nerito / 2012-10-17 12:52:48   

Hi Vaska,
I wonder how to change the size of the text under the images in the slideshow. Right now is like this: 1 of 14 Previous | Next but I wish to reduce the size of the text.
I was looking for in the forum but I didn't find a post or somebody talking about. I am new here ;o).
thanks for any help or advice
All the best,

juho / 2012-10-23 08:49:32   

nerito, I'm no expert, but you can just add this to the end of style.css (if I understood correctly, you want to change the font size of the slideshow navigation?).

  1. #slideshow-nav { font-size: 13px; }

Regarding the original question, since the official release isn't out yet (or I don't know where to look for it), does anyone have an easy way of specifying the width of the text in slideshow? I'm in kind of a hurry to get my site done by tomorrow.

arsondpi / 2012-10-23 09:00:19   

Did you check the beta release in this thread: indexhibit.org/forum/thread/16931/ ??

juho / 2012-10-23 09:12:51   

Yes, I just downloaded the release in that thread and replaced all the files to make sure I had it, made no difference.

nerito / 2012-10-23 21:06:15   

Thank you Juho, but I did what you say adding #slideshow-nav { font-size: 13px; } at the end but already is the same size "1 of 8 Previous | Next" under the image.
Some help?

nerito / 2012-10-23 21:08:26   

Ok, I just add #slideshow-nav { font-size: 13px; } in the CSS of the slideshow and it is working. Thank you Juha!
best

mintshung / 2012-11-10 03:51:27   

What I did was changing the "auto" in this line to some value in px eg. "700"

  1. #textspace p, #textspace blockquote, #textspace code { width: auto; }

and it works for me.

mintshung / 2012-11-10 03:52:37   

Sorry I forgot to mention it is the slideshow.css file

This thread has been closed, thank you.