Thanks ??
Two possible lines of investigation raised here are:
1. A possible plugin issue of some sort. You could test this out by quickly deactivating all plugins and retesting the page. If there is no change in the problem behaviour then you know a plugin isn’t the issue.
2. The thread I linked raised the idea of perhaps being logged in as a user that wasn’t an Administrator but perhaps had the rights to view private posts. Doesn’t sound like this is your challenge though.
Can you perhaps let me know an example post that shouldn’t be visible?
Sidenote:
If you have a plugin like Simple Custom CSS installed you can add the following to Appearance > Custom CSS:
/* Sticky Header */
@media (min-width: 1024px) {
.tagline .site-header.scale.fixed .site-branding-container .site-branding img {
max-width: 40%;
}
}
It’ll help your sticky header logo rendering just a little bit. The tagline isn’t quite fitting in at the moment.