View Single Post
Old 02-10-2018, 08:01 AM   #1
mzso
Enthusiast
mzso began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Feb 2018
Device: PC
How to set line height for book content?

Hello!

I've been messing with this for a while now, with little success. All I managed to do is to set it to an undetermined size by adding "line-height" to the styling to be removed.
Setting the Line size in the look and feel > layout section does nothing, what's even the point of it?

Setting something like this as extra CSS only changed a few lines. (I was lucky to even notice it)
Code:
p, div,  span  {
line-height: 10;
}
So what do I need to do?

Extra question: How do I change the text from right/left aligned and justified?

Last edited by mzso; 02-10-2018 at 09:51 AM.
mzso is offline   Reply With Quote