Lawfarm India
asked 10 years ago
Dominic Staff
replied 10 years ago

You can send me your site for further checking.

Lawfarm India
replied 10 years ago

its at http://www.lawfarm.in
Cannot give you the back end credentials. 🙁

1 Answers
DominicStaff
answered 10 years ago

 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 !

Powered by DW Question & Answer Pro