2016-02-29, 06:00 AM
Hello guys! align
I have been trying for the past 30 minutes to get NewPoints aligned correctly to fit the style I want. I'll explain more below.
I want it to look something like this:
![[Image: RQb2dO8.png]](https://camo.mybb.com/e04665e517b0b3858f1bf40fe41efcc82f5b3e7c/687474703a2f2f692e696d6775722e636f6d2f52516232644f382e706e67)
What I currently have:
![[Image: w5HkyyQ.png]](https://camo.mybb.com/7597f681ed23ee491e01f81cbf72645cd49d8a7f/687474703a2f2f692e696d6775722e636f6d2f7735486b7979512e706e67)
As you can see the points aren't lining up correctly beside the word "Coins". I tried to fix this within postbit_author_user but it didn't work, as I thought it wouldn't, since I seen someone else say it wouldn't in another support topic I found.
So my question is: How can I get it aligned correctly?
Thanks for anyone who can help me out!
UPDATE: I figured it out after messing around with it a bit more, it didn't allow me to use {$post['newpoints_postbit']} within postbit_author_user but it did allow me to use {$post['newpoints']} which fixed the problem for me. I just thought I'd post this, just in case anyone else comes across the same problem.
I have been trying for the past 30 minutes to get NewPoints aligned correctly to fit the style I want. I'll explain more below.
I want it to look something like this:
What I currently have:
As you can see the points aren't lining up correctly beside the word "Coins". I tried to fix this within postbit_author_user but it didn't work, as I thought it wouldn't, since I seen someone else say it wouldn't in another support topic I found.
So my question is: How can I get it aligned correctly?
Thanks for anyone who can help me out!

UPDATE: I figured it out after messing around with it a bit more, it didn't allow me to use {$post['newpoints_postbit']} within postbit_author_user but it did allow me to use {$post['newpoints']} which fixed the problem for me. I just thought I'd post this, just in case anyone else comes across the same problem.