The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Rep Power too many spaces in postbit?
Hiya,
Here the problem that I have: As you can see for some strange reason the Rep Power has indented right over to the side for some strange reason. I haven't edited any templates at all and really I would like the rep power value just next to it not over to the right. Has it been floated right or something? |
#3
|
|||
|
|||
<a href="http://spawnscape614.co.uk/forums/" target="_blank">http://spawnscape614.co.uk/forums/</a>
|
#4
|
||||
|
||||
In your "postbit_legacy" template, locate the code:
HTML Code:
class="postbit_reputation" This is associated with a span element. Remove the <center></center> tags wrapping this span element. |
#5
|
|||
|
|||
HTML Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}"> <vb:each from="reputationdisplay" value="row"> <img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend} </vb:each> </span>< |
#6
|
||||
|
||||
I misunderstood what you were wanting to do...I thought you wanted the green rep bars moved to the left, not centered. Your "additional.css" template has the following class:
HTML Code:
.user_rep { text-align: center; } Note: I also removed the <center></center> tags wrapping the span element containing the green rep bars, which you may want to put back. |
Благодарность от: | ||
Duckface |
#7
|
|||
|
|||
Quote:
|
Благодарность от: | ||
MarkFL |
#8
|
||||
|
||||
You clearly stated "rep power value" in your first post, so the confusion on my part was all my doing.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|