Maybe try:
HTML Code:
<span class="date" style="color: #a22547; text-transform: uppercase; font-weight:
bold; padding-left:auto; padding-right:auto;">Thread Author
</span>
Quote:
Originally Posted by mathforum
Just after this bit in the legacy template:
Code:
<span class="date" style="color: #a22547; text-transform: uppercase; font-weight:
bold;">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']">, <span class="time" style="color: #a22547;">{vb:raw post.posttime}</span></vb:if>
</span>
</vb:if>
|
Also, put it before the </vb:if> conditional not after.