View Full Version : How Do I Have My Header Aligned With NavBar
MikalMirkas
02-07-2011, 09:01 AM
Title.
The website is www.teabagtheenemy.com/forum.
Please help!
Jack12
02-07-2011, 11:27 AM
Here's how your CSS is now:
.logo-image {
clear: both;
float: none;
}
Change
float: none;
to
float:left;
Or just remove that piece of code all together. That will line the header image with the left of your navbar.
MikalMirkas
02-07-2011, 09:07 PM
Here's how your CSS is now:
.logo-image {
clear: both;
float: none;
}
Change
float: none;
to
float:left;
Or just remove that piece of code all together. That will line the header image with the left of your navbar.
Thanks!
I have one last question though.
How do I get the right side of that header to align to the right side?
Do I have to completely make a new image?
I'm trying to base my header somewhat off of this one:
www.lbpcentral.com (also runs off of vB).
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.