Forums

[resolved] Spaces (2 posts)

  1. johnhds
    Member
    Posted 5 years ago #

    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

  2. BPartch
    Member
    Posted 5 years ago #

    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 :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.