'White Space' in Posts

Posted in: Newspaper
Post count: 1

Hi,

I’m having difficulty getting rid of the white space under my post’s.

I have some videos displaying a video but no content. Unfortunatley there is lots and lots of white space between the Video and the footer.

Any suggestions would be great. (http://tattooedmonk.com/2016/12/impossible-is-nothing-motivational-video/ )

Post count: 22421

Hello,

You can add this code in the theme panel-> custom css box to remove some of the margins and padding that create the white space:
.td_block_related_posts{
padding-bottom: 0!important;
}
.single .comments{
padding-top: 0px!important;
margin-bottom:0!important;
}
.td-main-content-wrap{
padding-bottom: 0!important;
}

Thank you!

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