Sofia
07-15-2009, 10:00 PM
Profile blocks aligned to the left
Description
Hello all. Simple mod. I don't know if this mod already exists. I have never seen it before. This mod allows you to have your blocks aligned to the left in your profile pages.
https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=218712
Screenshots
http://www.forum-test.fr/left.png
Template Modification
In your template memberinfo_css,
Find:
#content_container {
width:100%;
float:$stylevar[left];
margin-$stylevar[right]:-256px;
}
#content {
margin-$stylevar[right]:256px;
}
#sidebar_container {
width:250px;
float:$stylevar[right];
}Replace by:
#content_container {
width:100%;
float:$stylevar[right];
margin-$stylevar[left]:-256px;
}
#content {
margin-$stylevar[left]:256px;
}
#sidebar_container {
width:250px;
float:$stylevar[left];
}
Description
Hello all. Simple mod. I don't know if this mod already exists. I have never seen it before. This mod allows you to have your blocks aligned to the left in your profile pages.
https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=218712
Screenshots
http://www.forum-test.fr/left.png
Template Modification
In your template memberinfo_css,
Find:
#content_container {
width:100%;
float:$stylevar[left];
margin-$stylevar[right]:-256px;
}
#content {
margin-$stylevar[right]:256px;
}
#sidebar_container {
width:250px;
float:$stylevar[right];
}Replace by:
#content_container {
width:100%;
float:$stylevar[right];
margin-$stylevar[left]:-256px;
}
#content {
margin-$stylevar[left]:256px;
}
#sidebar_container {
width:250px;
float:$stylevar[left];
}