Remove (placeholder) white space above and below post title

Posted in: Newspaper
Post count: 60

Hello!

In post settings > post and custom post types, I turned everything off
category tags
author name
date
post views
comment count
tags

As well as turning off these under sharing
top article sharing
top article like/tweet

Now theres a lot of white space padding above and below the headline, how can I remove that white space (assuming its a placeholder for the items I turned off)

I want my post title to have a little padding of course but be as close as possible to the navigation

Some custom css to add to the theme panel would be helpful!

Thanks in advance!

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/cU6YetZiU

.single .td-module-meta-info {
display: none;
}
.single .entry-title{
margin-bottom: 10px!important;
}

You can increase the margin value is you want a greater distance between title and post content.
Thanks!

Post count: 60

Thanks Andrei, but its actually happening on mobile.

I am referring to the white space above the headline and below the header ad slot (my header ad slot uses responsive adsense)

Also, are you sure .td-module-meta-info includes all of this:

category tags
author name
date
post views
comment count
tags

and the sharing buttons? I am trying to hide everything in red box http://screencast.com/t/ySXqq3YDb5 and there not be white space (on both mobile and desktop)

Thanks!!!

Post count: 60

Seems to be related to td crumb container: http://screencast.com/t/TzBtq2PVapPP

Post count: 22421

Hello,
Please provide a link to your website so we can inspect it and create the css code directly on your website.
Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.