Ad Manager How do I position the Banners to the right side of header position

Discussion in 'General Support and Questions' started by Steve Watkins, Feb 21, 2012.

  1. Steve Watkins New Member

    Using the Beta 2 I uploaded a standard banner and set it for the Header Possition. That resulted in the ad being placed above the Logo, as seen in the attatched picture.

    I would like it to be shown to the Right side of the header and inline with it , like a standard banner position...

    Any suggestions?

    Thanks
    Steve ntaheaderpix.png
  2. Robbo Staff Member

    In the styling options add inline CSS.
    Code:
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    
    Tweak the margins to position it where you want it.
  3. Steve Watkins New Member

Share This Page