Question Header banner interferes with buttons on header

Status
Not open for further replies.

Nelson

Customer
I know I saw this here somewhere, but, forgive me, I cannot find it.

The banner under the very top right of the header covers part of the buttons there, like "Welcome," "Profile" "Settings"

I know someone posted some code that I can insert somewhere to fix this. Please repost or provide me the link...

Thanks very much!


Nelson
__________________
 
This could be due to the dimension of your banner, I'm not aware of any code that would resolve this.
 
It is a standard 468x80. Someone had written some css that could be added to additional.css that would add padding to the top of the banner there that would fix this.
 
Cover.gif



I found this code that they made to work for the RBS (rotating banner system). Can one of you coding guys convert it for this mod please?

Code:
PHP Code:
.rbs_header_2 {
height: 70px;
left: 515px;
position: absolute;
text-align: right;
top: 35px;
width: 468px;
}

and in header2:
PHP Code:
<div class="rbs_header_2"><!--@vbbanners:0@--></div>
 
Try changing .rbs_header_2 to #ad_global_header2 if your banner is in this ad location.
 
Status
Not open for further replies.

Legacy DragonByte Forum Ads

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
337
Customer rating
0.00 star(s) 0 ratings
Back
Top