Moving My Advertising Banner In My Header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CLeslein
    Senior Member
    • Jun 2009
    • 108
    • 3.8.x

    [Forum] Moving My Advertising Banner In My Header

    Hope I explain this right.

    At my site, http://turftopics.com I have an advertising banner that is in the header (as you will see when you go to the site), It is at the top and left towards my logo.

    Now I want to move it down and to the right. How do I do that?

    Thank you
    http://turftopics.com/ - my web forum for the lawn & landscaping industry



    http://lesleinlawn.com/- my lawn & landscaping business site
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Try something like:
    HTML Code:
    .ad_global_header {
        float: right;
        position: relative;
        right: 30px;
        top: 60px;
    }

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment


    • blade5000
      blade5000 commented
      Editing a comment
      thenks for the plugin
  • CLeslein
    Senior Member
    • Jun 2009
    • 108
    • 3.8.x

    #3
    thank you.

    Problem though. I am not the best at working this thing. I am not sure if I know what to do with that information you give there.
    http://turftopics.com/ - my web forum for the lawn & landscaping industry



    http://lesleinlawn.com/- my lawn & landscaping business site

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #4
      You could just put it in your additional.css template. (Style Manager > find style > edit templates > CSS Templates > additional.css)

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools <- awesome site for html/css help

      Comment

      Related Topics

      Collapse

      Working...