visual index titles

paolodll / 2014-03-21 20:54:46   

Hello,

anyone knows if is possible to have visual index titles centered on the right of images?

thanks

Paolo

Vaska A / 2014-03-21 21:58:02   

You could change the CSS in the plugin directly if you want to customize. It's inside of the defaultcss() function near the end of the file.

paolodll / 2014-03-23 14:42:22   

Hello Vaska,

thanks for your reply.
I messed a bit around that lines, but I wasn't able to get what I wanted...
Do you know How I can just move text box on the right of the image box?

paolodll / 2014-03-23 14:42:47   

ps: sorry for poor coding skills...

arsondpi / 2014-03-23 17:14:21   

hello - can you post a url so we can take a look on what have you managed up to now?
:-)

paolodll / 2014-03-23 19:13:59   


Hi arsondpi,
sure,
of course everything is in progress: incompletespace.com/index.php/

if you click on first section on the right ("roden") you will see the visual index where I need to move the titles on the right of images.

Thanks

P

arsondpi / 2014-03-24 09:56:45   

these css rules seem to work the way you want:

  1. #img-container .picture_holder { width: 500px !important; }
  2. #img-container .captioning, #img-container .picture { float: left !important; }
  3. #img-container .captioning * { text-align: left  !important; margin-left: 10px; }

You either need to insert them in style.css or in the css part of your visual index format. If you're fluent with code you can insert them in the code as an option rather as a hack.

paolodll / 2014-03-25 13:34:20   

It is exactly what I was trying to achieve!
thanks!

This thread has been closed, thank you.