Gaps between posts in Block 4

Posted in: Newspaper
Post count: 132

How do I tighten the gaps – way to much white space in between each post. Thank you. The page is https://infomeddnews.com

  • This topic was modified 8 years by MDNM2017.
Post count: 20688

Hi,

I believe you are referring to such spaces – https://www.screencast.com/t/eLteZt0r
That will happen because some of the posts seem to not have featured images set. If one post has a featured image the module will display a thumbnail, for others not. This will cause uneven spacing
https://www.screencast.com/t/5PTrAn0Tcf
Either set featured images for all posts that don’t have one, or remove them all maybe. Or use blocks that do not show a thumbnail, like block 9 and 10.

Thanks

Post count: 132

Hi Simion,
If I set that all posts have a featured image and I do not have an image, then a shaded box shows up in Block 4. I do not like Blocks 9 and 10 for this website.
Are there any other solutions? Thanks again.

Post count: 20688

Hi,

If there is no featured image set, there should be a placeholder displayed
https://www.screencast.com/t/RWUTAt31
You could hide the module thumbnail for his type of block, to make them look better. A code like this will do that (affects only blocks 4 on the homepage)
https://www.screencast.com/t/rCZfu4uD

.home .td_block_4 .td-module-thumb {
display:none;
}

Also the title and content length can be controlled, for this module here
https://www.screencast.com/t/Dg5InixbHqQp
So you could limit the excerpt length for the modules, they will look better.

Thanks

Post count: 132

Thank you very much. : )

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