The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
CMS fixed width
Hello there all vb users.
A quick question How can i make mi vb4 cms bi fixed(not the forum,only the cms)? Thanks in advance. |
#2
|
||||
|
||||
Hey There,
It kind of depends on what you mean by "fixed width". Do you mean making all of the columns each have their own fixed width, or do you mean making the cms as a whole have a fixed width? If the latter, the easiest solution would be to add the following line to your additional.css template: Code:
.vbcms_content {width: [pixel width here]px; margin: 5px auto;} -Nick, SEOvB Developer |
Благодарность от: | ||
Popa Andrei |
#3
|
||||
|
||||
yes this centers the content but the navbar stays fluid and it doesent looks nice.
|
#4
|
||||
|
||||
Just add the same css declaration to your vbcms.css template.
-Nick, SEOvB Developer |
#5
|
||||
|
||||
ok thank you.
|
#6
|
||||
|
||||
Correction.. sorry
body {width: [pixel width here]px; margin: 0 auto;} In your vbcms.css template. |
#7
|
||||
|
||||
Thank you very much.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|