Excuse me, but in a single post I need sidebar, in the posts blog I don’t need the sidebar
Hi @sergiopinnaprato,
Please open your blog post edit screen and select the Sidebar is Content ( no sidebars ): https://cl.ly/313feb33fb90
Let me know!
Well, I found this fix:
set: wite sidebar on;
CSS:
.blog #main {
width: 100%;
max-width: 100%;
flex-basis: 100%;
border-right: 0;
}
.blog #sidebar-primary {
display: none;
}
Hi @sergiopinnaprato,
That seems a small bug in our theme. We will check and fix in next update.