Is there a CSS code that can help me evenly distribute text across several rows?
For example, in this image: https://i.stack.imgur.com/cDxj5.jpg
In the image on the left, the text is occupying more space in terms of width than necessary.
The image on the right looks better as it spreads text more or less evenly across two rows. This is what I am trying to achieve.
Right now the solution is to adjust the number of pixels on the left and right margins so as to get the text to evenly spread across the two rows. I do this in Wordpress.
However, as I have many images on the page, I was wondering if there is some CSS code that can automatically achieve this for me.
Thank you.