Hide space for featured image on certain pages

Posted in: Newspaper
Post count: 13

Is it possible to have a page displaying posts from a category that does not have featured images? At the moment even when I don’t have a featured image the page still makes room for the image on every post which I don’t want. Is there a way round this?

Thanks

Post count: 6600

Hi,

You can use a block to display the posts without image from that category and then use css to remove the space of the image, like i did here:

before: http://screencast.com/t/R1bVDUV9tP
after: http://screencast.com/t/9xSOuQMd

Using this css:

.page .td_mod9 {
margin-bottom: 15px;
min-height: 100%;
}

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

I used block 6. I have removed the space for the image. You can do the same for your page.

You can use the same css in your case or you can customize your own block.
Add the css in Theme Panel > Custom CSS.

Hope this helps!
Thanks

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