No Thumbs with Captions

emuneck / 2012-10-27 11:40:30   

Can anyone tell me how to move the text to the right of the image using 'No Thumbs With Captions'?

Thanks.

arsondpi / 2012-10-27 12:29:24   

can't remember from the top of my head - can you post a url? Basically you need to edit the plugin and add float:left; attrributes to certain elements...

emuneck / 2012-10-28 17:31:28   

Yes it's markwebsterphotography.com/portfolio/portraits-1/

Thanks

arsondpi / 2012-10-28 23:04:25   

But there's no text in that url... (?)

emuneck / 2012-11-16 13:22:30   

I've put some in now.

arsondpi / 2012-11-16 14:21:50   

Hmm - you definetely need to edit the plugin.
Basicaly in the loop of the plugin, the img tag needs a float:left; attribute and the title/caption needs to be wrapped in a div (and also need a float:left; attribute)
Then you'll need to add a div with a clear: both; css attribute.

This thread has been closed, thank you.