Hi
I am trying to Reduce line height for a single text paragraph only on a page – it is the top text paragraph on this page https://thewebcrew.co.uk/about/
I have increase the paragraph line height to 1.6em for all <p> elements on the laptop – but it does not look right on the paragraph text with an increase font size. How can I reduce the line height on all the top sections of my pages but don’t effect the rest of the page?
Cheers…
Kevin.
It is actually the “sub-heading text” on the Special Headings – it seems to be taking the line height from the <p> paragraph elements?
Hi,
Add this to quick css:
.av-subheading.av-subheading_below p{
line-height:32px!important;
}
Best regards,
Jordan Shannon
Nice one Jordan.. that worked perfectly :)
Much appreciated my friend.
Kevin.
Hi,
I’m happy to help. If you need anything else please let us know here in the forums.
Best regards,
Jordan Shannon