• hey, real simple question for ya. i just got adsense approval so i’m in the process of placing my ads. i’ve got them mostly all good, the only thing that’s bothering me is the distance between the header banner ad and the start of the actual content. there’s a gap there i would like to close. i’m thinking i will have to modify some of the code in my stylesheet, which i have tinkered with but to no avail. for reference here is the website

    https://thedopesteez.com

    essentially it’s the large gap between the bottom of the banner ad and the actual content that is irking me.

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to Appearance -> Editor

    Select style.css on right side if not selected.

    Find

    #wrapper {
        margin: 75px auto 0;
        width: 910px;
    }

    Change that 75px to 20px and try that. That number controls the height.

    Thread Starter thedopesteez

    (@thedopesteez)

    thanks homie! worked like a charm

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to move banner ad’ is closed to new replies.