Matt Geller
asked 8 years ago

Hey there, I just purchased the Pro version from Code Canyon.

I want to make my Questions full width. You can see my page here.

http://www.newgradoptometry.com/questions

If you click a question, you will see it’s not full width and there is no setting I can find to make these full width.

Cheers.

1 Answers
DominicStaff
answered 8 years ago

To resolve this issue, you can add the following code to the style.css file:

.single-dwqa-question aside#sidebar {
    display: none;
}
.single-dwqa-question .content {
    width: 100%;
}

Hope this helps!

Powered by DW Question & Answer Pro