Ugly "gap" between Date and image-source-name

Posted in: Newspaper
Post count: 98

Hi

In my posts (like here https://perspektive-online.net/2022/10/nato-und-russland-fuehren-atomwaffen-uebungen-durch/), there is a ugly “gap” between the author and the image-source-name. See here: https://ibb.co/XLC1NRM

I Implement the image-source by this way

Copy this code https://pastebin.com/hYQyNHVG

into “single_template_8.php”

as shown here ://www.screencast.com/t/gDleyLTVp

Any way how to delete the “gap” so it looks clean and in one line/hight with the date and author?

Thanks!

Post count: 35449

Hi,
Please try this custom css:
.td-post-template-8 .td-post-title {
width: 100%;
}
.single .td-feat-image-caption {
padding-top: 2px;
}

You can set the code in the theme panel > custom code> custom css.
I hope it will help you!

Post count: 98

Looks great thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.