Published in WordPress
avatar
3 minutes read

CSS: reducing line spacing of text?

I've had a go at utilizing CSS line-level (or level, however I'm experiencing difficulty with both) to diminish the distance between text lines.I have some text, yet the dividing isn't right. I have endeavored to change the styles that (appear to) apply, as well as to proclaim the style straightforwardly and encase the substance in a .... Nothing functions.The site is assembled utilizing Wordpress and utilizes the "light" topic from Pagelines. The issue might be tracked down on the principal page at http://stage.dsthree.com, in particular in the fourth section of text, promptly underneath the "email buy in" box. The line dividing for that text is erroneous. I'm new here, consequently I can't share a screen capture on this site.

To make no difference, I brought the line-level down to 1% and 1px. We would enormously see the value in any direction, proposals, or help on the most proficient method to limit the whitespace.

HTML

WordPress

CSS

pagelines

Our Solutions

Inline components take on the line level of the nearest block parent as opposed to regarding qualities like line-height.Look at FiddleSolution: either make the range a block (i.e., make it a div; don't give the range display:block) or eliminate the line-range from the body.

Comments