Isaac Lee
asked 10 years ago

Hey guys
I’m trying to implement the Design Wall QA plugin on the DW Argo theme.
However, I’m struggling to replicate the instance shown on your website.
For me, the page layout is too narrow and not wide enough. I’ve cycled through the different page templates, still to no avail.
Hopefully you guys can help me out.
Thanks

3 Answers
well wisher
answered 10 years ago

1.Go through this style integration guide http://designwall.com/guide/dw-question-answer-plugin/#Style_integration
2.The look you see here is custom designed by designwall for there own site,and if you are trying to mimic the same thing you have to go through a lot of code and css customisation
thanks

DominicStaff
answered 10 years ago

  Hi Isaac, Could you kindy explain clearly what you want to change for your theme? Right now, we can help you get the full width for the Q & A page as shown on the following screenshot, take a look at and let us know your opinion. http://imgur.com/Dir8rO4

Isaac Lee
replied 10 years ago

Hey, I appreciate the response.
The version shown in the demo (as well as the screenshot) is indeed the one that I wish to replicate.
Any & all help will be appreciated! Thanks!

DominicStaff
answered 10 years ago

If you want to change width for the DW Argo as the screenshot, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

   /* In question list page*/
.list-dwqa-question .page-header .container {  max-width: 1420px !important; }

/* Single question page */
.single-dwqa-question .dwqa-container .container {  max-width: 1420px !important; }

/* Submit question page */
.submit-dwqa-question .dwqa-container .container {  max-width: 1420px !important; }

Powered by DW Question & Answer Pro