The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I would like to have the sidebars in the profile view to the left instead of the default right.
Anybody here know how to do so? |
|
#2
|
||||
|
||||
|
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];
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|