Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author alex27

    (@alex27)

    I’m sorry, but the theme doesn’t have the option to place ads in header. To do it, you’d have to edit header.php directly. I know this demo is misleading, and I’m taking it down shortly.

    Thread Starter sentineltravis

    (@sentineltravis)

    I saw the concept you made with the header-ad-section on the stylesheets Style.css

    I guess I was just wondering where exactly to place my ad code on the header.php or how to place the code into the header.php and ref the header-ad-section that you wrote.

    I see a section in the stylesheet.css

    .header-ad-section {
    float: right;
    width: 468px;
    height: 60px;
    position: relative;
    }

    we want to know what exactly do we put in the header.php to incorporate that.
    I was thinking something like:

    <div .header-ad-section=”<My ad script>”> </div>

    the site is http://badsentinel.com

    Thanks in advance

    turns out this worked for me. Thanks anyway.

    <div style=”display: inline-block; vertical-align: center; float: right; “> </div>

    Thread Starter sentineltravis

    (@sentineltravis)

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ad Placement Issue’ is closed to new replies.