• Hey,

    I’m trying to install a 728×90 above my logo image on https://www.ThisSongSlaps.com. When I post the coding for the ad in the head script, it pushes the logo and navigation buttons down, but not the black navigation bar. I messed around with the coding for awhile and I can’t figure it out. Any suggestions?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • the red and black stripe is part of a background image:
    /wp-content/themes/modern-style/images/background.png

    in style.css:

    body {
    	background: #fff url(images/background.png) top left repeat-x;
    }

    Thread Starter ben107x

    (@ben107x)

    that’s what i was thinking.. so i have to edit the background image and make the red stripe wider?

    yes

    Thread Starter ben107x

    (@ben107x)

    Awesome, thank you so much! Also, if I wanted to install the banner ad in the header, do you know how to push the sidebar down so that the ad doesn’t overlap it? Or to make the add appear behind the sidebar?

    if you add the ad code directly after this line: <div id="wrapper">
    the sidebar should go down automatically.

    Thread Starter ben107x

    (@ben107x)

    the only place i can find that coding is in the header editor and when i paste the ad code after it, it creates the same problem i had in the beginning.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding Banner Ad Above Logo’ is closed to new replies.