The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to edit the page width on vB4?
I tried searching for it online but each guide I read about says something different and the instructions don't match what I see in the Admin CP
Can someone please tell me the correct way to do it? thanks |
#2
|
|||
|
|||
We need more information. Link to your site with the page you are referring to? What new width are you trying to set it to. Otherwise all we can tell you is set the width on the <body> or <htmL> elements. We would only be guessing
Oops: I see you did leave a link You changed <body> width to 70%, I see. Post your changed CSS and what you are trying to accomplish. Are you trying to create a fixed width? I think this is what you are looking for. Add max-width to additional.css file. Change back that stylevar to auto. Code:
body { color: #3E3E3E; font-size: 13px; line-height: 1.23; margin: 0 35px; min-width: 650px; max-width: 1024px; /* This is probably what you are are looking for :) * width: auto; } /* additional css */ body { max-width: 1024 px } /* What ever size you want */ |
Благодарность от: | ||
MaXimus |
#3
|
|||
|
|||
well I managed to find a setting in Style Variable Editor and I set the Global Doc_width to 70% but that made the forum look funny as if it were leaning towards the left and there is a blank area on the right, I want it to be centered like on this site for example
my forum URL: http://forums.tweakarena.com/ thanks |
#4
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showpost....83&postcount=2 |
#5
|
|||
|
|||
Quote:
please help bro I'm a total n00bie cheers |
#6
|
|||
|
|||
I see what you are looking for. Delete the last CSS and add this.
Code:
body { margin: 0 auto; max-width: 1024px; min-width: 650px; width: auto; } |
#7
|
|||
|
|||
Quote:
I really appreciate it |
#8
|
||||
|
||||
Or just place the word *auto* in the style variable instead of a number.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|