How can I reduce extra spaces in Features?

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support How can I reduce extra spaces in Features?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16028
    yingyosl
    Member

    In my features in the part that explains Features, there is extra spaces on the top and bottom of each feature. I would like to reduce or delete this extra space in my feature. Please help me.

    http://happymapth.com/wp-admin

    username: ben
    password: mcmanaman119

    #16052
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #app-features {
        padding: 30px 0;
    }
    #app-features .feature {
        margin-bottom: 30px;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.