Large spaces between photos

Posted in: Newspaper
Post count: 38

Every time we upload a picdump to Radass.com, the images load into the post with a full   line space between each photo. How do we change that so the photos load without a   between each one?

Post count: 22421

Hello,
The white space is first added by an empty space you add after each image. Simply access your post and delete any spaces between the images. There is an empty paragraph between all of your images.
Thank you!

Post count: 38

We are not adding the spaces. We simply add the group of photos with Faster Image Insert. Then we select all and upload into the post. We do multiple pic dumps daily with 40-50 photos each. It is a huge waste of time to go in and delete every space. We didn’t have this issue until we switched to the Newspaper theme. Anything you can think of to help fix this issue would be a huge help. Thank you.

Post count: 6535

HI

The theme don’t add any empty spaces after images but the issue occur because we set a display: block for p elements from post contemn. You can change the display but this may affect other elements from post content.

Us this code to change the display for p paragraphs:

.td-post-content p{
display: inline-block;
}

Thanks!

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