Emi Jitaru
asked 9 years ago

Hello.
Can you help me fix the style in Question List for my site. I did some small changes to integrate with my site ( responsive,etc).
In CSS i have :

[class*=”dwqa-question”] #content {
max-width: 714px;
margin: 0 auto 10px auto;
float: left;
text-align: left;
background: #fff;
padding: 20px;
}
[class*=”dwqa-question”] .dwqa-page-header {
display:none;
}
.dwqa-content { font-size: 16px;font-family: ‘Verdana’ }
.dwqa-questions { font-size: 16px;font-family: ‘Verdana’ }
.nrelate .nr_text { font-size: 16px;font-family: ‘Verdana’ }
The problem is ( as shown in screen-shot below ) the oversized box above the search question field .

View post on imgur.com


Thank you .

1 Answers
DominicStaff
answered 9 years ago

I have checked your site, that is issue come from Ads in your site. To resolve this issue, you can add the following code to the style.css file:

.list-dwqa-question .ezAdsense { display: none}
.submit-dwqa-question .ezAdsense { display: none}

Hope this helps !

Emi Jitaru
replied 9 years ago

Thank you so much , the lines worked like a charm.Now is looking normal again , thank you .

Powered by DW Question & Answer Pro