How to remove the gap between block post title and author?

Posted in: Newsmag
Post count: 11

I’ve been using ClearVoice theme demo (https://demo.tagdiv.com/newsmag_voice/), it’s the best layout for my website although I hate to see the distance between post title and the author are too far. I’m not talking about the post page but the homepage (check the link above). At the “Hot This Week” block you can see there is a big gap below the post title and it’s annoying.

So, how to remove that gap or at least reduce the space? I have no idea where to change the setting.

Thank you!

Post count: 23312

Hello cronosalblog,

If you want to reduce the margin-bottom for each block title, you need to use the code below and place it in Theme panel -> Custom CSS area.

.block-title{
margin-bottom:4px!important;
}

The result is here -> https://www.screencast.com/t/MbemkQaiiF

Thanks for your understanding!

Post count: 11

Thank you for the response, Catalin

But I think you misinterpret my question. I want to remove the gap below the post title on the homepage, not the block title. Specifically, I’m using the Module 3 block and applying ClearVoice theme demo.

In case you need to see my site, here’s the URL https://vegaslide.com/

Post count: 23312

Hello cronosalblog,

I have inspected that module and it seems to have a height fix. You should use the following custom CSS code and add it in Theme panel -> Custom CSS Area.

The code is here ->

.td-newsmag-voice .td_module_3{
height:auto;
}

The result is here -> https://www.screencast.com/t/dY2liKmfa

Thanks for your understanding!

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