eisbrecher
Member
Posted 3 years ago #
In style.css I changed the font from Verdana to Georgia. Now the line distance in my sidebar category list etc. and in my archive is too small:
http://bluesdiary.com/wp/
http://bluesdiary.com/wp/archiv/
I want a little bit more white space between the lines as you see it here in my mainblog:
http://blogorama.eisbrecher.net/
http://blogorama.eisbrecher.net/archiv/
Does somebody know how I can do this?
Thanks a lot for your help!
Please have the courtesy to warn people when linking to sites that are not safe to browse at work. A simple "NSFW" is fine.
It also helps me to quickly find sites I want to visit :)
if you want more white-space between your lines, look for "line-height" in your css file. if it's not there, consider adding:
line-height: 1.5em;
to the definition for your 'p' tag. adjust numbers as required.
eisbrecher
Member
Posted 3 years ago #
@ Ivovic - THANKS A LOT!!!
Looks fine now!