Spacing between ticker.

Posted in: Newspaper
Post count: 1

There quite a lot of spacing between the ticker and the menu/grid items.

How do you decrease the white spacing?

https://ibb.co/mGHMPa

Post count: 22421

Hello,

The spacing comes from the block’s and page margins and padding.
Try to add this code in the theme panel-> custom css box:
.td-main-page-wrap{
padding-top: 10px;
}
.td_block_trending_now{
margin-bottom:30px;
}

Thanks

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