The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Go to the template "memberinfo_css" and find this:
Code:
#content_container { width:100%; float:$stylevar[left]; margin-$stylevar[right]:-256px; } #content { margin-$stylevar[right]:256px; } #sidebar_container { width:250px; float:$stylevar[right]; } Change it to this: Code:
#content_container { width:100%; float:$stylevar[right]; margin-$stylevar[right]:-256px; } #content { margin-$stylevar[right]:256px; } #sidebar_container { width:250px; float:$stylevar[left]; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|