Quote:
Originally Posted by TNERatedEdge
Woah, I'm overwhelemed!
Can you guys install for me?
|
Lynne had a way of doing it by making changes to the code in vBulletin, and Sarteck gave you code, but the code must have some changes made to it to work with your forum. My way is simple but effective way for the forums display to work centered. It just doesn't work for user profile field. I'll figure that part out soon. Using this method you do not touch any of the vB code, it is just over ridden by the additional.css file.
AdminCP >> Styles & Templates > Search in Templates
place additional.css in the search field. On the new screen that opens you will see an area for each style that you have. You will also see additional.css for each style. You will have to make the changes one at a time for each style, unless you have a primary style with children under it. Double click the additional.css and the file will open. If you have never placed anything here it will be blank, although some purchased styles may have some code in there. If that is the case, then just scroll to the bottom. Add this code to the bottom of the file:
Code:
/* center avatar, username, title, rank in postbit legacy 4.x.x */
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}
I'll attach a pic so you can see how the items are centered in the forum for user display. I hope that gives you an easy solution for your current needs.