View Single Post
Old 02-11-2018, 08:47 AM   #20
deback
Book E d i t o r
deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.
 
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
Quote:
Originally Posted by mzso View Post
Well, the line height didn't change at all. I added all the CSS code you shared. Even increased the line-height values to make it more obvious. But nothing but my header changed. And some title text.
Then something is wrong with your code or something else needs to be changed. Is there a plain .body class in your CSS file or a class at the top that is causing your changes not to take effect? Sometimes, I have to make changes in classes like .preface or something else that's in a <div> or <p> statement above everything on that page (with the ending tag at the bottom of the page).

Check your CSS file for the <body class=???> and add line-height: 1.2; to that class (if it's not already included).

Go through the CSS file and delete all the line-heights except for the class that is the <body class>. Do a regex find and replace to delete them all.

Sometimes, you just have to keep looking to find the problem, and the problem might be found where you don't expect it to be.
deback is offline   Reply With Quote