Line height styling

Hi Themeco team,

Hopefully this is a simple ask. I’ve just added an author box which is inheriting my font details from global settings - it isn’t inheriting the line height.

I’ve tried to add this seperately with in line CSS or site CSS using .itemprop p{line-height: 1.5em;} but neither works. Can you help?

Here’s the text it should be affecting > https://www.screencast.com/t/FLk9ZPkp2cV

My site > www.honestyforyourskin.co.uk

Thanks,

Cheryl

Hey Cheryl,

Please try this code:

.entry-content .saboxplugin-wrap .saboxplugin-desc p {
    line-height: 1.8 !important;
}

Here are some related links for further reading:

Hope this helps.

Thank you Jade - works a treat. And thank you so much for those further reading links.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.