Sam
(@soumendra)
Hello,
Can you provide the link to your site so that i can help you regarding that.
Thank you.
jannahrelief.com
i want full width on “forums”.
Sam
(@soumendra)
Hello,
You can try this in your Custom CSS to make the “Forums” page full width:
.page-id-31 .container {
max-width: 1335px;
width: 100%;
}
Thank you.
i dont have custom css, so where should i put the code? which css page?
Sam
(@soumendra)
Hello,
If you don’t have Custom CSS you can try this link for more information:
[ Moderator note: link redacted, please do not send people to your site that way. ]
Hope that helps you, feel free to ask if there is any other problem.
Thank you.
Ok I have added the custom CSS, The forum is bigger.
But I want the sidebar removed. THe one that says “recent posts” “Pages” etc.
Sam
(@soumendra)
Hello,
You need to try this in your Custom CSS to remove the sidebar:
.page-id-31 .column-4-12.right {
display: none;
}
.page-id-31 .column-8-12.left {
max-width: 1335px;
width: 100%;
}
.page-id-31 .section-inner-page .page-container {
margin: 0;
}
Thank you.
THanks
What about disabling footer on that specific page?
Also the footer keeps having things like “Categories” and gives me no option to remove specifically just category. How do I do that too?
Sam
(@soumendra)
Hello,
You can change those from your Dashboard > Appearance > Widget > Footer widget.
Thank you.