Feed List Vertical Line Spacing
![]() ![]() |
Is there a way using custom CSS to loosen the vertical spacing between feed names in the feed list? Mine is too tight, and it is completely cutting off the descenders of characters in the feed names. (I suspect this is happening because I have Firefox set to use a relatively large minimum font size and to disallow sites from choosing their own fonts.) |
![]() ![]() |
This code should handle scaling the feed list dependent on the font size. If you want to change the spacing, adjust the 1.5em value in both places. Changing the value down will squeeze the items closer together and increasing the value will spread the items further apart.
|
![]() ![]() |
Works perfect! You are a genius of CSS! |
![]() ![]() |
Now that my feed list looks beautiful, I'm feeling a little greedy, so how about this! Can I use custom CSS to adjust the vertical line spacing in the entry body? |
![]() ![]() |
Try this:
|
![]() ![]() |
Brilliant! Thanks again! |
![]() ![]() |
Dustin, do you know the CSS tweak for adjusting the spacing between the posts in the post list? |
![]() ![]() |
This is the code I use for the post spacing:
|
![]() ![]() |
Beautiful! You are a CSS genius! |

