The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
3.8 Navbar Customize Help
ok...i've tried everything under the sun...but can't get it right. What I would like, is for my navbar to be (with a space) right under my header logo.
Wayne Luke helped me before, as I know I have to take the navbar code and move it to the header section, but when I do that, the navbar streches all the way across the screen. I would like to make a fixed width. My logo is 850 wide. I would like my forum and navbar all to line up with it. If I post my code, can someone PLEASE fix it/help/make it work?? lol... |
#2
|
||||
|
||||
Are yo saying you want everything on your page to be 850px wide?
A screen shot or something might help. |
#3
|
||||
|
||||
Quote:
I want my navbar below my header logo, which I did before, but can't remember how to do it. Like I said, Wayne did the code for me, and there was something in there that I had to "tweek" so the background of the navbar didn't stretch across the whole page.... In a nutshell, I would like to make a "fixed width" skin, at 850 pixels and have the navbar, forum, ect., line up under it. I'll try and cut a screen shot... |
#4
|
||||
|
||||
In All Style Options for your style the box Main Table Width (pixels or percentage)
Change it from 100% or whatever it is to just a fixed number, like 800. This will make the style fixed-width. |
#5
|
||||
|
||||
Quote:
But. When I move the navbar code into the header, it moves the navbar under the logo, which works cool..but..the 'background color' of the navbar stretch's all the way across the page, while the actual navbar buttons stay lined up. Lemme try and re-produce it real quick and show... |
#6
|
||||
|
||||
Here's what it looks like when the <!-- nav buttons bar --> code is moved to under the header logo.
All I want, is a little "space" in between the logo and navbar, and for the navbar to line up with the rest of the forum, not even the logo... |
#7
|
||||
|
||||
I gotcha...
Try surrounding the <!-- nav buttons bar--> code (all of it) within the following: Code:
<div align="center" style="width:850px;"> NAV BUTTON CODE HERE </div> If you want some more space add a <br /> above the <div> line for an extra blank line. |
#8
|
||||
|
||||
SOOOO close!!!! lol
It lined it up, but it's all the way against the left side of the page...now it just needs centered!! lol... |
#9
|
||||
|
||||
weird... try this:
Code:
<div align="center" style="width:850px; margin-left:auto; margin-right:auto;"> |
#10
|
||||
|
||||
IT WORKED!!!! HA!!!!!!
Thank you....it's a hair off on the left side, but i'm not worried about that!! Thank you...for all the help...thank you!! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|