1 Answers
You can try add the following code to the style.css file:
/* In question list page*/ .list-dwqa-question .withsidebar{ width: 100%; } /* Single question page */ .single-dwqa-question .withsidebar { width: 100%; } /* Submit question page */ .submit-dwqa-question .withsidebar{ width: 100%; }
/* In question list page*/
.list-dwqa-question .site-main .sidebar-container {
display: none;
}
/* Single question page */
.single-dwqa-question .site-main .sidebar-container {
display: none;
}
/* Submit question page */
.submit-dwqa-question .site-main .sidebar-container{
display: none;
}
Hope this helps !
Please login or Register to submit your answer
replied 10 years ago
You can send me your site for further checking.
replied 10 years ago
its at http://www.lawfarm.in
Cannot give you the back end credentials. 🙁