Here is how you can force a banner to the right side of the header, under the Login/Username info.
First edit the additional.css template and add this code:
Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> CSS Templates -> additional.css
Then place the HTML code for the banner in the ad_global_header2 template here:
Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Ad Location Templates -> ad_global_header2
Note: You can adjust the right and top values as needed to fine tune the placement.
The preceding is courtesy of Lynne who is smarter than me.
First edit the additional.css template and add this code:
Code:
.ad_global_header { float:right; position:absolute; right:40px; top:40px; }
Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> CSS Templates -> additional.css
Then place the HTML code for the banner in the ad_global_header2 template here:
Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Ad Location Templates -> ad_global_header2
Note: You can adjust the right and top values as needed to fine tune the placement.
The preceding is courtesy of Lynne who is smarter than me.
