Reply To: How to – space "Featured Blog Posts" in a widget ?

Homepage Community Forums Epik Theme Support How to – space "Featured Blog Posts" in a widget ? Reply To: How to – space "Featured Blog Posts" in a widget ?

#11239
Wes
Moderator

    You could add some padding-bottom to line 1604 in your css –

    .home-feature-6 {
        padding-bottom: 50px;
    }

    Then just increase or decrease the number to fit your needs.