Hi
I installed your great plugin which works like a charm, the only issue I have is that its on full age instead of only 70% or 80% or within the blog page’s width. Here is the plugin installed: http://goo.gl/kLCyif
Can you please have a look and advise how I can fix this?? thanks very much for this plugin being free. 🙂
Hi Nicolae,
To change width of the Q&A pages when you install in your blog site, you can add the following code to the style.css file.
Â
.dwqa-container {
    margin-left: 10px;
    width: 80%;
}
Hope this helps!
Hello Dominic,
I am facing the same problem. I added the code to style.css, re-activated the plugin, restarted apache, etc – no avail. Here is how the site looks at the moment.
Any pointers / suggestions? Thanks again for the great plugin!
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!
Please login or Register to submit your answer