[ad_1]
Hi,
The blog sidebar in Twenty Seventeen is just that; a sidebar for the blog. This means that by default the sidebar will show on blog pages (posts). To stop that you could add this to “Customizer – Additional CSS” …
.single-post #secondary {
display: none;
}
.single-post.has-sidebar:not(.error404) #primary {
width: 100%;
}Let me know if that does what you require.
Oliver
Yes, that seems to work. Thanks for the quick and helpful reply.
No problem! Glad it worked for you.
Oliver
