photo alignment off when captions are used

Posted in: Newspaper
Post count: 12

Hi,
I need help with fixing a photo alignment problem on blog posts. In the author archive view, if the photos have captions, they mis-align and push to the right. When you click through to the full post, the alignment is correct with the captions.

Link to example of mis-aligned photos with captions: http://womensfoundationofcalifornia.org/author/sande-smith/

How can I fix this so that the photos with captions on the author archive view are in their correct location?

thanks!
– Lanell

Post count: 6600

Hi,

Please use this custom css and add it in theme panel > custom css field: http://screencast.com/t/GLDFGOCpAWH

.author .td-post-text-content .wp-caption {
margin-left: 0px;
}

Thanks

Post count: 12

That worked great! Thanks Lucian.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.