I’ve been playing about with this theme (which I really like thank you) but the header and menu bar are covering the first post. Originally this was just Chrome and IE was ok but now it is both browsers.
I’ve added #content { margin-top: 50px; } in the custom CSS area but it doesn’t seem to be working.
I’ve also tried a few of the other container id’s but without success so far.
Many thanks for your reply! It is a strange one as sometimes the header is loading correctly and at other times it seems to load after the blog posts have appeared and then covers the first post. I have attached a scrn shot from Chrome below. It seems to be the same problem in IE.
As for the side menu, I’d like it to remain visible at the side while the viewer scrolls through the posts rather than the whole pages scrolling up out of view.
Hope this makes sense? And thanks for your help with this
Many thanks for your reply! It is a strange one as sometimes the header is loading correctly and at other times it seems to load after the blog posts have appeared and then covers the first post. I have attached a scrn shot from Chrome below. It seems to be the same problem in IE.
You can try resolving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
body.blog #masthead {
margin-bottom: 364px;
}
As for the side menu, I’d like it to remain visible at the side while the viewer scrolls through the posts rather than the whole pages scrolling up out of view.
I am not sure what you meant by “scrolls through the posts” so please describe it a bit more in detail.
Thanks for your reply, I’ve been working on a solution. I tried to implement the fix you suggested but it actually made the behaviour more erratic so I have reverted to the original custom code: #content { margin-top: 50px; }
The header still covers the posts intermittently though which I’d like to fix. Do you have any other ideas please?