Okay
  Public Ticket #342605
Ordered list padding
Closed

Comments

  • Tyson started the conversation

    There's too much padding before/after an ordered list.  How can I reduce the amount of padding?

  •  8,427
    Tahir replied

    Hey!

    That padding is actually after the paragraph tag. Add this into the Custom CSS box located in your Salient Options panel :

    body p {
        padding-bottom: 10px !important;
    }
    
    Thanks 


    ThemeNectar Support Team