i am using text-decoration:underline;
but text and underline are touching each other.can i increase space between text and underline?
this one. i want to make space between text and underline.
The "Add space for underlines" layout option is used when you want to increase the gap between the text and underline. Try to underline first the words, sentences or paragraphs that you want to underline then click the said option to add space in between them.
In the horizontal text we use text-underline-position: under; to put the underline below all the descenders. In the text with a vertical writing-mode set, we can then use values of left or right to make the underline appear on the left or right of the text as required.
Either use a different font or use a border-bottom
instead so that you can control the space with padding-bottom
.
I had same issue then i used :
.underline_text { border-bottom: solid 2px #000000; display: inline; padding-bottom: 3px; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With