Hi,
I have created the pages for question list and new question. These pages are 100% width, but when I click on a question and open a new page, an empty space is left on the right for the sidebar.
You can see that on http://agapornisfischericr.es/dwqa-questions/ There are two test question.
Thanks you.
2 Answers
Hi Sergio,
To change 100% width in single question page on your site. You can add the following code to the style.css file
.single-dwqa-question #content {
width: 100%;
}
Hope this helps!
That works!!
Thanks a lot, Dominic!
Please login or Register to submit your answer