Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1178137

    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.

    #1178139

    It is actually the “sub-heading text” on the Special Headings – it seems to be taking the line height from the <p> paragraph elements?

    #1178163

    Hi,

    Add this to quick css:

    .av-subheading.av-subheading_below p{
    line-height:32px!important;
    }

    Best regards,
    Jordan Shannon

    #1178173

    Nice one Jordan.. that worked perfectly :)
    Much appreciated my friend.
    Kevin.

    #1178233

    Hi,

    I’m happy to help. If you need anything else please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce line height for a single text paragraph only on a page’ is closed to new replies.