Back to vBulletin 3.8 Template Modifications

Profile blocks aligned to the left
Mod Version: 1.00, by Sofia

vB Version: 3.8.x Rating: (4 votes - 5.00 average) Installs: 126
Released: 16 Jul 2009 Last Update: Never Downloads: 6
Not Supported Re-usable Code Translations  

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];
}
Replace by:

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.


vblts.ru supports vBulletin®, 2022-2024