Okay
  Public Ticket #254573
Homepage & Recent Posts Section
Closed

Comments

  • Rocky started the conversation

    Is there a way to give the "Recent Posts" section more padding? It doesn't show up in the visual composer. 

  •  8,473
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .row.blog-recent {
        padding-bottom: 24px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Rocky replied

    Awesome Thanks!!!