Hello,
we are trying to remove the sidebar only from single blog post pages, but not from main blog posts page.
Here on the main blog post page we would like to keep the sidebar as it is:
https://naucimo.se/novice/
But on the single blog post, we would like to remove it. For example here:
https://naucimo.se/2023/11/09/ucinkoviti-triki-za-excel-poglobljen-vodic/
We tried already posted solutions, but none of them worked as desired. Currently we added next css code, which partly removes the sidebar from single blog post.
.single-post aside.x-sidebar {
display: none !important;
}
.single-post {
padding-right: 0 !important;
}
This is how it looks now on single blog post:
Kindly asking for help in this matter.
Thanks,
Naucimo.se