José Jefferson
asked 10 years ago

I did the installation everything worked, but I had a problem in time to see the question, because when we view the question, it is not full width. How do I do this?
Theme: Hot Topix

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.dwqa-single-question #content-area ol { margin: 0 !important;}
.dwqa-single-question .dwqa-comment { padding-left: 70px !important;  margin-left: 0 !important;}
.single-dwqa-question #sidebar-wrapper { display: none;}
.single-dwqa-question #content-area { width: 830px; }
.single-dwqa-question #home-main { width: 980px;}

Hope this helps !

Powered by DW Question & Answer Pro