Using styles with featured images work for plain text

Posted in: Newspaper
Post count: 9

I really want to use Style 4 for my magazine blog posts. But it looks terrible when no feature image has been set.

See what happens: https://imgur.com/a/JIVcK

On my site, not all the posts have feature images. Some do and some don’t. Is there no way to use another template if no feature image is present? Or make this template more intelligent and not have that grey gradient on the side?

Post count: 20688

That design is one of the characteristics of that post template. Without using a featured image it will not look properly. You could use a different post template instead
https://forum.tagdiv.com/post-templates-2/
If you really want to use style 4 and remove that extra space
https://www.screencast.com/t/zTTb7ckpLbK
Use a code like this in Theme panel->Custom CSS
https://www.screencast.com/t/MeBzkwuzlK9

.td-post-template-4 .td-image-gradient:before {
display: none;
}

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