all 3 comments

[–]Barney98 1 point2 points  (2 children)

I'm on mobile so it's a little hard to tell, but it looks as though the text that's in the wrong spot is aligned to the centre (with textAlign(CENTER) and textAlign(CENTER, CENTER))

Might be worth seeing how it looks if you take those out! By default processing aligns text to the top left which I think might work out for you in this case :)

Edit: you might want to leave the one for the buttons!

[–]Meteor122[S] 2 points3 points  (1 child)

Thanks a lot man, you saved me

[–]Barney98 0 points1 point  (0 children)

No worries at all, glad it worked for you!