A quick question. How do I put a space between my meta box and google ads to separate them from being too close. See the blog at:
http://www.homedesignsense.com/blog
A quick question. How do I put a space between my meta box and google ads to separate them from being too close. See the blog at:
http://www.homedesignsense.com/blog
Hello
Place the google ads inside a division like so:
<div class="google-ad">
<!-- google ad code goes here -->
</div>
Then in the .css use this:
.google-ad {
margin-top: 20px;
}
Hope it helps :)
This topic has been closed to new replies.