Hi There,
Wrap that content on a <p>
tag and use <br />
to break them.
e.g.
<p><strong>Due At Signing:</strong> $1000<br />
<strong>Mileage Allowance:</strong> 12,000<br />
<strong>Term:</strong> 36 Months</p>
Hitting the return to break a text will generate a <p>
tag for each line and that is where the gaps coming from.
If you don’t like writing HTML on your posts, please make that type of content an unordered lists.
Also, the font-family used on the Icon 1 demo is ‘Lato’, if you like that font, please navigate to Theme Options > Typography and change the Body Font and Headings Font to ‘Lato’
Hope it helps,
Cheers!