I just installed your great plugin and it works fine, except that DWQA pages are all taking 100% of the width of the screen, like here:
This question seems similar to an earlier question I had re-opened (http://designwall.com/question/the-width/), but that thread seems dead. I already tried the suggestion from that thread without luck.
Thanks in advance,
Anirudh
Hi Anirudh,
To resolve the issue, please add the code below to the stylesheet file of your theme:
[class*="dwqa-question"] #content {
max-width: 984px;
margin: 0 auto 30px auto;
background: #fff;
padding: 20px;
}
[class*="dwqa-question"] .dwqa-page-header {
display:none;
}
Hope that helps!
Thank you so much, Kido! That works fantastically!
Greatly appreciate you making this plugin free (though we’d gladly pay for it!)
Regards,
Anirudh
Hello Anirudh,
I use the same theme and I have the same problems. But with the code from Kido I can solve not all problems. The questions container is shrinked like yours on your hardcopy. But the sidebar is fullwidth, though it shouldn’t be displayed.
How did you solve the problem?
Best regards
Dieter Soens
Hello Dieter !
To adjust the plugin for your site, you can follow our guide here: http://cmspioneer.com/designwall/guide/dw-question-answer-plugin/#Style_integration
In case you need helps, please send me the admin account so that I can check it for you.
Please login or Register to submit your answer