View Full Version : How to make navbar+header wide
Devanand
10-17-2010, 02:46 PM
Hello,
I made my board fixed but I would like to make header+navbar wide ( 100% ). I was trying my self to do it but I always have some problems.
Any help ?
Thanks
Lynne
10-17-2010, 05:08 PM
How about a link to your board and then an image to show us what you want it to look like.
Devanand
10-17-2010, 05:20 PM
http://serbianforum.org
This is what I am trying to do:
http://img526.imageshack.us/img526/2328/fixedheader.jpg
Thanks
Lynne
10-18-2010, 04:16 AM
You've applied a width to your body tag and then the header is within that div. You would need to apply the width to the other divs (like the body_wrapper) and then make the header div 100% to get what you want.
Jack12
10-18-2010, 06:06 AM
From Body delete the following:
width:980px;
Add the following to body_wrapper:
width:980px;
margin: 0 auto;
That's it, a centered fixed width forum with a fluid header.
Devanand
10-18-2010, 06:29 AM
Header and navbar are in body tag, so that what you talking will have effect to everything.
Anyhow, I manage to do it.
Thanks Lynne
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.