indiaomatic Last Name
asked 9 years ago

Hi, I have enabled ‘Ads below post content’ in my wordpress theme. I’m using DW Question Answer Plugin and I’m facing an issue with the ads.
For every Question created , the ads on ‘Single question’ appears below

  1. Question
  2. Every answer. Suppose there are 3 questions to an answer , then the ‘ads below post content’ appear below every answer.

Can you please tell me how to make them appear only below the question and not below the answers. I would be really thankful to you.
Best Regards.
Reference site – http://indiaomatic.com/question/ssc-gk-quiz-1/

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

#dwqa-answers .dwqa-content-inner iframe {
  display: none;
}

Hope this helps !

Powered by DW Question & Answer Pro