I’m asking the same question again, now with more details, hopefully to receive effective solution.
In the code below the output aligned the printing to the right of the
Have you tried:
.paginate{ text-align:right; }
And assign class paginate to your div?
Update
Decalre it as !important
!important
.paginate{ text-align:right !important;}
See this demo, it works, so I think you have something else which is taking precedence over the rule.