Quote:
Originally Posted by ozzy47
It would be different CSS all together. I still see no banner in that position.
|
Here is the solution to moving the banner in the right header down so that it does not block the buttons on the top right:
Success!
Place this in the additional.css template:
Code:
#ad_global_header2 {
padding-top: 15px;
}
#ad_global_header1 {
padding-top: 15px;
}
Header #2 will clear the buttons, and header #1 will line up with it!