Anybody know how I could wrap the text in reverse order, from bottom to top? I attached an example image.
[
If you already know where you want your breaks to take place just use simple HTML breaks to break your content and have it display the way you want.
This is what
want to acheive with your help
If you set the breaks manually (and you know where you want them to break) then create them yourself.
You could also try setting separate css width adjustments based on the dimensions of the screen you are seeing the breaking you are not liking and set an @media reference to make the div width smaller to break the text so it doesn't run unevenly across the top of certain size devices.