Sergio Susín
asked 10 years ago

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
DominicStaff
answered 10 years ago

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!

Sergio Susín
answered 10 years ago

That works!!
Thanks a lot, Dominic!

Powered by DW Question & Answer Pro