Can I get rid of about half of this white space under my posts?

Posted in: Newspaper
Post count: 376

http://ibb.co/gL37kx

You can view any post here: https://www.interestinganswers.com

thanks

Post count: 22421

Hello,

That space is occupied now by the social icons plugins: https://www.screencast.com/t/Oa50BzbS

Thanks.

Post count: 376

Thanks. Is there any CSS I could enter to remove one of the lines or something? If not, it’s not that big of a deal. Just curious. Thank you.

Post count: 20688

You could remove the margin top and bottom the social section is adding
https://www.screencast.com/t/YxyL9R5Lvf
https://www.screencast.com/t/SpC9GSPXa7

.nc_socialPanel {
margin-bottom: 0px!important;
margin-top: 0px!important;
}

Maybe even the remove the bottom padding of the post content if you want to
https://www.screencast.com/t/15K4mAWGp1r
https://www.screencast.com/t/c27ezWx8xe9o

.td-post-content {
padding-bottom: 0;
}

Post count: 376

Ok thanks. Would either of those affect anything else? Or are those specific to the plug-in?

Post count: 20688

The first code is specific to the plugin, the other one will affect all posts in it’s current form.

Post count: 376

Thank God I’m using a seam the support. 🙂

Thanks..

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