Hi! I'm trying to locate the CSS where I can change the line spacing/line height of the body copy. What is the current line height? (http://magnuskahler.com) and with what CSS snippet can I edit it?
Thanks,
M.
Hi! I'm trying to locate the CSS where I can change the line spacing/line height of the body copy. What is the current line height? (http://magnuskahler.com) and with what CSS snippet can I edit it?
Thanks,
M.
Hi M,
You can add this code in Quick CSS:
p {
line-height: 2em;
}
Just adjust the value. If this doesn't help you can point me to the specific page, and post the specific text so I can give you a more accurate answer. :)
Regards,
Ismael
Ok, thanks!
Hi M,
Glad I could help. :)
Cheers,
Ismael
You must log in to post.