• If you go to my site: https://wegotthiscovered.com

    You will see on the front page I have that ad saying ‘check out our friends popcorn monster.com”

    I want to make an additional space between that ad and where the posts start. See how the posts start right under the ad, I want there to be one more space, how do I do that

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter matt-jo

    (@matt-jo)

    anyone?

    You could try this:

    Open your index.php and find this code
    <a href="https://www.popcornmonster.com" target="_blank" ><img src="https://wegotthiscovered.com/wp-content/uploads/ad3.jpg"></a>

    Add <br /> next to it.

    If you want to be organized I would put it on another line right below it, but it really doesn’t make a difference.

    Aloupha is right though, <br /> should do it

    Thread Starter matt-jo

    (@matt-jo)

    nope didnt work

    Umm, it should work:

    Your change looked like this?

    <a href="https://www.popcornmonster.com" target="_blank" ><img src="https://wegotthiscovered.com/wp-content/uploads/ad3.jpg"></a><br />

    This really should work…

    However you could try this as well:

    <div style="margin-bottom: 15px;"><a href="https://www.popcornmonster.com" target="_blank" ><img src="https://wegotthiscovered.com/wp-content/uploads/ad3.jpg" /></a></div>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding A Space’ is closed to new replies.