Quote:
Originally Posted by daveaite
Adjust vbulletin.css
Edit this to perfection.  Heres what I did below...
|
Thanks. Your advice helped me to get my banner back from wandering off the right side of the screen! Though still having issues with getting it to the right of the existing banner. Here's where I am at the moment (see attached image):
PHP Code:
#logo_main {
float:left;
display:inline-block;
width:400px;
height:100px;
margin-top:5px;
margin-left:0px;
position:relative;
}
#banner_ad_top {
float:right;
display:inline-block;
margin-right:250px;
margin-top:0px;
width:400px;
height:100px;
Any suggestions? I'm not sure how I can get the ad banner any further up whilst the margin-top is already set to 0

It seems to be aligning itself with 'the top' being distinguished as the bottom of the left banner, instead of the top of the header area.
Not sure how to fix this. Would appreciate further help.
Cheers
ETA: Just to add, apon further experimenting, raising that
margin-right: amount with the ad banner does indeed fix the banner off the screen issue, but it also creates the big gap underneath the original logo banner (to which the ad banner is on the right of, as per the pic attached).
So whilst fixing the old problem, it seems to create a new one.