MyBB Community Forums

Full Version: Post Author Statistic.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any suggestions how to fixed this.

From this: 
[Image: kEQhdab.png]


to this:
[Image: xIUPaab.png]
I’d use a span and use css to float the text right. Would be something like:

<span style=“float: right”>info here</span>
Can use the already defined CSS like

<span class=“float_right”>info here</span>

although it's not clear what the OP is asking for. Maybe he wants the popularity and bytes - which look like custom fields.
(2018-09-20, 06:38 PM)Wires Wrote: [ -> ]I’d use a span and use css to float the text right. Would be something like:

<span style=“float: right”>info here</span>

(2018-09-20, 06:49 PM)Ashley1 Wrote: [ -> ]Can use the already defined CSS like

<span class=“float_right”>info here</span>

although it's not clear what the OP is asking for. Maybe he wants the popularity and bytes - which look like custom fields.

got this display https://i.epvpimg.com/0QSTcab.png