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?
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 🙂
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?
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!
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
Nevermind, fix it by myself, if anyone needs this, I’ve solved it by adding:
.td-post-title {
padding-top:40px!important;
}
.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
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!