View Full Version : I need help aligning my banner.
TBforums
02-01-2011, 07:32 PM
I want to be able to make my banner move down and to the right a little bit. Instead of this, it is at the top behind where I login and it looks messed up. My site is here http://www.talkbeatz.com/forum.php and you will see the VIP banner. That is the banner that I want to fix.
tonyvh2
02-02-2011, 11:13 AM
Hi,
Your login menu bar is absolutely positioned, 20 px of the right side,
and your banner goes behind it if it has not enough space,
Search for ".ad_global_header" in your stylesheets,
Admincp ->Search in templates,
then instead of this,
.ad_global_header {
}
put this:
.ad_global_header {
float:left;
margin-top:60px;
position:relative;
margin-left:100px;
}
Adjust the values margin-left and margin-top to your needs
your24hourstore
02-02-2011, 12:50 PM
that works I think you can do it stylvars under common templates
like the pic
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.