@Mohammad and @jmaskell,
I have attached three screenshots with a red guide to show better how the default theme is setup and how these lines of code affect the text. @Mohammad, the code provided doesn’t work as you can see in the second screenshot. You were close, but you have to change the code from:
div#top-bar div.tb-right{
text-align:center
}
To:
div#top-bar div.tb-right{
text-align:right
}
Regardless, this is an issue with the theme since it is set by default to be left aligned. I hope this can be fixed in the next update.
@jmaskell — Use this code:
div#top-bar div.tb-right{
text-align:right
}
Thanks for the help Mohammad.