nicolae stan
asked 10 years ago

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. 🙂

1 Answers
DominicStaff
answered 10 years ago

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!

Anirudh Ramachandran
replied 10 years ago

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.

http://sdnhub.org/questions/

Any pointers / suggestions? Thanks again for the great plugin!

Dominic Staff
replied 10 years ago

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!

Powered by DW Question & Answer Pro