Reducing space between news items based on posts

Posted in: Newspaper
Post count: 19

My website at http://charlotteareanews.com has a section in the lower middle called AREA NEWS. Recently I updated the category using the category ID code and all of this white space appeared between the items. I want them to look just like the news feeds on the left and right of that section, which are generated through WP RSS News Aggregator pulling from other news media. How can I reduce or control the space in the AREA NEWS section which is based on posts on the site?

Also I would like to have a few words of excerpt from each post and not just the title. Thanks.

Post count: 20688

Hi,

That is how Block 7 looks like on a single columns layout
https://demo.tagdiv.com/newspaper/block-7/
You could reduce the space between the modules with a code like this, if that is what you want to do
https://www.screencast.com/t/1z2TNHlAaXvT

.td_block_7 .td_module_6 {
padding-bottom: 13px;
}

The code must be entered in Theme panel->Custom Css section.

The module that this block uses does not display an excerpt for the post content. Not all block modules have this feature.
You could use Block 11 instead, which displays an excerpt when set on one column and is similar to block 7
https://demo.tagdiv.com/newspaper/block-11/
Then use this code to reduce the space between the modules, if needed
https://www.screencast.com/t/jbug3my9HJo1

.td_block_11 .td_module_10 {
padding-bottom: 13px;
}

The excerpt length can be controlled in the theme panel
https://forum.tagdiv.com/excerpts-introduction/

Thanks

Post count: 19

Thanks for the excellent support! Just what I needed!
Buck

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