Hi @vanni77,
I hope you are well today and thank you for your questions.
Hi, how can I exclude the sidebar from the category pages?
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.archive.category #sidebar {
display: none;
}
.archive.category #content {
padding-right: 0;
width: 100%;
}how can I more space the title of the post from the menu?
Could you please describe it a bit more in detail by sharing its screenshot so that I can help you?
Best regards,
Shufflehound team