View Single Post
Old 05-03-2023, 05:30 PM   #1
CrispyBacon
Junior Member
CrispyBacon began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Mar 2016
Device: Kindle Fire 7"
Chapter letters get cutoff

Hi all,

My chapter titles are getting cutoff horizontally. I am using a Kindle Fire HD 8 to read.




I use the code below
Code:
<h1 class="underline"><span>lorem ipsum</span></h1>	

h1.underline { padding-right:20px; border-bottom:1px solid white; position:relative; }

h1.underline span { display:block; border-bottom:1px solid white; position:absolute; bottom:-1px }
CrispyBacon is offline   Reply With Quote