How to remove breadcrumbs space?

Posted in: Newspaper
Post count: 7

Hello! I have removed breadcrumbs out of my options, but it left an ugly space on my posts (example).

Is there any css I can add in order to move the title up?

Post count: 101

following

Post count: 9544

You can look at the page source to see the h1 class for the post and then add some negative space to that class and put that into your custom CSS box in theme panel. Might need the !important over-ride.

If you don’t understand that – wait for TagDiv to get back tomorrow with example 🙂

Post count: 7

Thanks! But I’ll really need some examples.
From what I understand, I’ll be able to fix it, using only the custom CSS box?

Post count: 9544

Yup!

Post count: 7

Okay, I’ll wait for TagDiv in that case

Post count: 23312

Hello Sr_Noodles,

If you want to remove this white space it is necessary to use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/5cdr4RkowjAe

.td-post-featured-video {
display:none;
}
.td-container {
padding-top:10px!important;
}

You can adjust these values as you wish.

The result you should see here: http://screencast.com/t/BnfGpTiuo

This is not what you mean, please provide more details about this.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 7

I’ve done it, and it worked for the posts, but it created a black bar on the logo and pushed the titles of the pages down, I’m assuming the added padding did this, is there any other way of solving the issue? It’s impossible to bring the titles up

Post count: 7

Nevermind, fix it by myself, if anyone needs this, I’ve solved it by adding:

.td-post-title {
padding-top:40px!important;
}

Post count: 101

.td-post-featured-video {
display:none;
}
.td-container {
padding-top:10px!important;
}

this codes dont working.

i want remove breadcrumbs space in all websites (pages, articles).

This space : http://i.hizliresim.com/A578l0.png

Post count: 22421

Hi,
If you want to remove the breadcrumbs, simply disable them from the theme panel: http://screencast.com/t/jxQjWI0hqgzj This will also remove the container for the breadcrumbs(the space).
If you still have extra space you want removed, please provide a link to your website so we can inspect this space.
Thank you!

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