Block If no image defined

Posted in: Newspaper
Post count: 10

Hi,
Can I setup a block that goes full width if no image is defined?
This is important as some articles may have only text and no featured image whatsoever.
How to achieve this?

Post count: 10

Okay this is possible through CSS, example:

.td_mod9.td_mod_no_thumb .item-details {
margin-left: 0px;
}

this will remove the margin of the containing div so that the post expands full width if you don’t set an image.

Post count: 6600

Glad you figured it out!
Thanks for the message!

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