The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Center up Sidebar content
I have the image of what I am refering too. I upped the fontsize of my forum, and this sidebar is a little screwy right now.. I tried adjusting Padding but that didnt work, so I am assuming it's a CSS setting. But I need the Headers to be one line not doubled up.. Like below:
Join Date I want it to say Join Date... |
#2
|
|||
|
|||
In your member.css template, find this:
Code:
.member_summary dl.stats dt { width: 85px; display:block; float: {vb:stylevar left}; clear: {vb:stylevar right}; } .member_summary dl.stats dd { float: {vb:stylevar left}; clear:{vb:stylevar right}; display:block; width: {vb:math {vb:stylevar profile_sidebar_width}-85px-{vb:math {vb:stylevar sidebar_content_border}*2}-12px-20px}; margin-left: 8px; } The first one takes care of the bold text, such as Join Date, and the second one takes care of the smaller text, such as the activity names (e.g., Viewing Index Example Forum). Somebody can probably explain it better, but I believe the higher the width, the more space there will be (e.g., Current Activity is on one line) and the lower it is the less space there is (e.g., Current and Activity would be on separate lines). I believe it's vice-versa for the second, though. It's it higher, it looks like this: Viewing Index Example Forum If it's lower, it looks like this: Viewing Index Example Forum Again, somebody else -- probably Lynne -- can explain it better than me, but that should give you an idea. Is this what you're wanting the content area to look like? |
Благодарность от: | ||
lamur |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|