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
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!
Please login or Register to submit your answer