How to remove hyphens when text-align: justify;?
-
Example: https://www.novacapitalintl.com/investment-banking-corporate-finance-services/
I have done text-align: justify; to flush the page left and right like the client wishes. There are now hyphens at that split words along two lines.
I have tried
word-spacing:VARIABLEVALUE px;
&hyphens: none;
&
white-space: nowrap;
white-space no wrap makes the paragraph into very long lines. This is the most suggested change from my research.
with no success.
We see this on Safari: https://i.imgur.com/3ZCGy7B.png
We see this on Chrome: https://i.imgur.com/Hacpnwb.png?1
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to remove hyphens when text-align: justify;?’ is closed to new replies.