Ad Sector Header 2 location

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mrcrx
    Senior Member
    • May 2004
    • 159

    [Forum] Ad Sector Header 2 location

    I am using Ad sector header 2 to run my openx ads. The ad is overlapping the remember me box and users are not able to check the box. Is there anyway to adjust the Header 2 box?
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24325
    • 5.7.X

    #2
    Would be easier with a link so we can provide some code assistance...
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • BirdOPrey5
      Senior Member
      • Jul 2008
      • 9613
      • 5.6.3

      #3
      Probably need to put the ad code you were given in a <div> tag, perhaps with a custom margin or padding.

      Comment

      • Mrcrx
        Senior Member
        • May 2004
        • 159

        #4
        Originally posted by Trevor Hannant
        Would be easier with a link so we can provide some code assistance...

        Sure. www.b20vtec.com

        Comment

        • BirdOPrey5
          Senior Member
          • Jul 2008
          • 9613
          • 5.6.3

          #5
          Try adding this <div> around your ad code:

          Code:
          <div style="padding: 10px 0 0 0;">
          ad code here
          </div>
          That will give 10 pixels of padding above the ad, worked well in my test.

          You can probably remove those <br>'s you added I guess in an attempt to move it down.

          Comment

          • Mrcrx
            Senior Member
            • May 2004
            • 159

            #6
            Originally posted by BirdOPrey5
            Try adding this <div> around your ad code:

            Code:
            <div style="padding: 10px 0 0 0;">
            ad code here
            </div>
            That will give 10 pixels of padding above the ad, worked well in my test.

            You can probably remove those <br>'s you added I guess in an attempt to move it down.
            Thank you for the code. After a few tests 40px worked great. Im still not able to check the remember me box though. Any ideas? thanks again.

            Comment

            • BirdOPrey5
              Senior Member
              • Jul 2008
              • 9613
              • 5.6.3

              #7
              I am able to click it in IE but not in Chrome.

              I see you have at least some HTML errors you need to track down, probably the result of the ads. At the bottom of your site on Chrome there are some "random" braces and brackets, looks like bad javascript somewhere.

              Comment

              Related Topics

              Collapse

              Working...