Remove the blank space between header and the first block.

Posted in: Newspaper
Post count: 27

Hello,

I just switched from Newsmag to Newspaper and I don’t know how can I remove or reduce the blak space between sections. Thanks.

Image:
https://ibb.co/fkatnn

Link:
https://www.kame.es

Thanks,

Post count: 22421

Hello,
Please add this code in your theme panel-> custom css box:

.home .td-main-page-wrap{
padding-top:3px!important;
}

Thank you!

Post count: 27

Thanks Bogdan, it works the way I want.
Is there any code to make the same between blocks?

Same image. Down, left circle.
https://ibb.co/fkatnn

🙂

Post count: 22421

Hi,

You can try this code:

.home .td_block_wrap{
margin-bottom: 14px;
}

You can adjust the margin if you need bigger or smaller space.

Thank you!

Post count: 22

It worked for me too. Thanks a lot!

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