This is a very simple thing to do, you just need to add a little bit of CSS into the Page Inspector (see General FAQ - Adding CSS to the Page Inspector).
If you want to align the text left, use this code -
#tiptip_content{text-align:left;}
If you want to align the text right, use this code -
#tiptip_content{text-align:right;}
If you want to fully justify the text, use this code -
#tiptip_content{text-align:justify;}
Preview and enjoy!
© 2025 Weavers Space | Terms of Service | Privacy Policy