: Too much spacing in text I did't know why I had so much spacing issues on my site, but i figured out that it is because of the "text-align" style property, which is set to "justified". This
I did't know why I had so much spacing issues on my site, but i figured out that it is because of the "text-align" style property, which is set to "justified". This spreads out words in a row that has less words than other rows. I can fix it by switching align "left", but it doesn't look as good.
Does anyone know how to keep it justified, but fixing the spacing issue?
Thank you
More posts by @Kevin459
1 Comments
Sorted by latest first Latest Oldest Best
try define css rule for text:
word-spacing: 0px;
If this is not sufficient, try to use negative values:
word-spacing: -5px;
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.