Okay
  Public Ticket #575298
Line height between paragraphs
Closed

Comments

  • James started the conversation

    Hi

    I love the default text style, but is there a way of changing the height of the space between paragraphs? I tried all the typography options but none seem to affect the height of the space between blocks of text alone (i want to make this smaller whilst retaining the default line height within text blocks).

    Hope this makes sense :)

    Thanks

    James

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    p {
        padding-bottom: 17px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • James replied

    Great. Thanks Tahir