|
Profile blocks aligned to the left
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. Screenshots ![]() Template Modification In your template memberinfo_css, Find: HTML Code:
#content_container {
width:100%;
float:$stylevar[left];
margin-$stylevar[right]:-256px;
}
#content {
margin-$stylevar[right]:256px;
}
#sidebar_container {
width:250px;
float:$stylevar[right];
}
HTML Code:
#content_container {
width:100%;
float:$stylevar[right];
margin-$stylevar[left]:-256px;
}
#content {
margin-$stylevar[left]:256px;
}
#sidebar_container {
width:250px;
float:$stylevar[left];
}
Download No files for download. |
|||||||||