i need add ads banner down articles
https://www.evernote.com/shard/s163/sh/fc2c5be5-8c90-4e88-9790-8ed143801c42/b478aac7e00c3595c4027014e13e9e1e
Hi Taras,
To add an ads banner, please follow my instruction here:
1. Open single.php file in /wp-content/themes/dw-focus/single.php
2. Add the following code to line 17
<div style="clear: both; text-align: center; padding-top: 20px; border-top: 1px solid #ddd">
<img src="http://placehold.it/770x150">
</div>
Note: Replace the demo image link with yours
<img src="http://placehold.it/770x150">
Hope this helps!
google adsence not displayed
Hi Wilfred,
I’m having trouble configuring the email notifications.
I’m using SMTP, it appears they’re not being generated, or at least, they’re not being sent; do you have any ideas what I might try to fix this?
Sincerely,
Matthew
Hi,
I will answer this issue in your questions.
http://cmspioneer.com/designwall/question/dw-question-answer-smtp-integration/
https://www.evernote.com/shard/s163/sh/b92e90da-05df-4421-94f2-4e28c6790572/c67daf1530fe4ac8c8b19eaa67ac90e2
how to remove a lot of space around the banner?
I think if you change padding top to 0px, it should do.
padding-top: 0px;
Please login or Register to submit your answer