[ad_1]
I am using Plush theme. Is there any way to reduce line height between rows? Is it something for me to include in Additional CSS Currently, my spacing between rows are too huge. It’s even more weird when I write a poem.
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
CSS `line-height` property. Though it would help if you could share your url so we can see what you mean by “rows”.
Line-height is for the distance between two lines of text (when a paragraph line breaks, for example).
When you say “rows”, you may be talking about the gutter. There are css “gap” properties that will work if its a grid/flex situation. On the other hand, they could have a set margin or padding below each element in your CSS framework somewhere.
Best bet is to inspect and see what is causing the gap.
A known but rare one, is some themes add a “<p>” tag into some whitespace areas. There are simple php functions to remove this available on Google.