The above link is a link to my question page, I want to do 2 things to the page, firstly remove the side bar on the right, the comments and Archives etc, none of this is relevant.
I’d also like to fix the ‘Follow’ button that current breaks over 2 lines and looks bad.
How can I do these things? Any help appreciated.
1 Answers
To resolve this issue, you can add the following code to the style.css file:
.single-dwqa-question div#sidebar {
display: none;
}
.single-dwqa-question div#left-area {
width: 100%;
}
.single-dwqa-question #main-content .container:before {
background: none;
}
.dwqa-single-question .dwqa-favourite {
width: 80px;
}
Regards,
Please login or Register to submit your answer