Okay
  Public Ticket #324471
Paragraph Spacing
Closed

Comments

  • James started the conversation

    Hi there,

    I was wondering what the css is to change this paragraph spacing when using the "paragraph" format. Currently its a little bigger than I would like. 

    Thank you!!

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    p {
        padding-bottom: 11px !important;
    }
    
    Thanks 


    ThemeNectar Support Team