PDA

View Full Version : Header ad


hinomaru
10-29-2014, 04:44 AM
Hello,

I have problem with my vb style, and contacted the seller but they not reply.

I adding header banner from admincp>>advertising>>manage ad >>header 1 and header 2

this is the pic :

https://vborg.vbsupport.ru/external/2014/10/2.gif

And I want the banner below the login path and allign right, how to do that?

thanks

Seven Skins
10-29-2014, 07:34 PM
Add this to additional.css template


.ad_global_header {
padding-top: 40px;
text-align: right;
}

hinomaru
10-30-2014, 02:41 AM
Add this to additional.css template


.ad_global_header {
padding-top: 40px;
text-align: right;
}


Thank you :)