Remove sidebar from Forum page(s)
-
1st I have to say that I am a complete beginner who does not know much about this thing called programming. All I have done is googled but that I could do only so much.
I need a sidebar to disappear only from the Forum page. So far threw in a code in the style sheet and it did work on the Forum open page. https://blackhand.piparmyndi.com/forums/
BUT the problem continues when going inside the forum and to all of its topics etc.
How could I make it so that the change would apply too all of the Forum?
The code that disabled the sidebar from the Forum opening page:
.forum-archive #sidebar {
display: none
}
.forum-archive #left_area {
float: none;
margin-right: 0;
width: 100%;
}
.forum-arhcive #home-sections:before,
.forum-arhcive #main_content:before {
border-left: none;
}
.forum-archive #main_content:before {
border-color: #FFFFFF;
}
.forum-archive .entry,
.forum-archive #comment-wrap {
padding: 0 !important;
}
- The topic ‘Remove sidebar from Forum page(s)’ is closed to new replies.