Slideshow: Captions on the right side

luis_diaz / 2013-04-27 13:32:39   

Hello,
I´m working on this website and I´d like to place both the title and the caption of the images on the right side of the slideshow, keeping the navigation below (or maybe the opposite, caption below and navigation on the right).
Can anybody tell me how can I change the place of these elements?
Many thanks in advance
luis

luis_diaz / 2013-04-27 13:33:10   

The website is luciaantebi.com/index.php/commissions/portrait/

arsondpi / 2013-04-27 13:49:47   

Change line 29 in the slideshow.css to

  1. #exhibit .captioning {
  2.     float: right;
  3.     line-height: 1.2em;
  4.     margin: 0.5em 0 0 1em;
  5.     padding: 0;
  6. }
luis_diaz / 2013-04-27 13:58:43   

Yes! : )
Thank you @arsondpi

This thread has been closed, thank you.