The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Full Width Header, 800px Body
I'm not sure if this is going to be possible period but I'd like my header to run 100% and the body to run 800 or so wide as I have my whole forum setup at the moment. I have attached an image to show this, but please don't be fooled this is something I made in photoshop, you can see my actual forums at http://www.pukkaradio.net.
I'd like to get them exactly as shown in the image and it would be awesome if I could get them that way!! If anyone has any knowledge on this it would be much appreciated. |
#2
|
||||
|
||||
set your body width to 100% (you currently have it set to 952px or something like that). Then, give a left/right margin to the class .body_wrapper. You can look those up in the templates and see if they use stylevars.
|
#3
|
|||
|
|||
Thanks for the reply Lynne. I'm not sure what you mean by the left/right margin to the class .body_wrapper. Where would I look for these? Just do a search in templates?
--------------- Added [DATE]1264883750[/DATE] at [TIME]1264883750[/TIME] --------------- I have found this... Code:
.body_wrapper { padding: 0 {vb:math 2 * {vb:stylevar padding}} {vb:math {vb:stylevar padding}*2}; background: {vb:stylevar body_background}; -moz-border-radius: {vb:stylevar border_radius}; -webkit-border-radius: {vb:stylevar border_radius}; } |
#4
|
||||
|
||||
You need to add a margin to that class. You can add this to the very end of that css file where you found it.
HTML Code:
.body_wrapper { margin: 0 20px;} |
#5
|
|||
|
|||
Thanks Lynne!!
|
#6
|
|||
|
|||
Having the same questions but don't understand the answers. Where do i find this class .body_wrapper thingy?
|
#7
|
||||
|
||||
Do a Search in Templates for ".body_wrapper" and you will find it defined.
|
#8
|
|||
|
|||
Then i get 3 hits:
stylegenerator.css userprofile.css vbulletin.css |
#9
|
||||
|
||||
And did you look in those templates to see where the margin is defined?
Or, just change it in the additional.css template. |
#10
|
|||
|
|||
For you its all easy to do but for us earthlings we need a little more info how to do this
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|