I just switched to Newspaper on this blog:
https://thoughtandsight.com/kit-review/
And as you can see in the post view, the header is creeping into the title space. Why is this happening? Is my logo too large? I really like the size of the logo as is, but the header overlap doesn’t look great.
Hello,
It seems the re is no top margin at all on posts. Did you remove any rules from the css file? The top margin is nowhere to be found in the code either. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
That’s strange. I tried deactivating the plugins and clearing the cache, and it had no effect.
I haven’t added any custom code, and don’t’ use a child theme. I did use the beauty blog settings during setup of the theme, so that shows up in “custom body classes” in the theme panel, but I haven’t edited any code, if only because I really wouldn’t know what I’m doing.
I don’t suppose there’s an easy way to fix this?
Hi,
It seems there is a problem with the breadcrumbs not displaying on the post page in this particular demo, and this combined with some header style is causing this issue. I have added this on our fix list and it will get resolved as soon as possible. Please try and use the code provided below as a quick fix for you to use in the meantime, with this result – https://www.screencast.com/t/lfHHGhBGb3jc
.td-blog-beauty .td-post-template-default
.td-crumb-container {
display: block;
}
The code must be entered in Theme panel->Custom Css – https://www.screencast.com/t/Sxtr3nhrnnHd
Thank you for understanding!
That worked, thanks! I assume I’ll have to remove the code once the larger fix is pushed out in an update?