[Resolved] Padding in success bar

Home Forums Support [Resolved] Padding in success bar

Home Forums Support Padding in success bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #924609
    Katharina

    I created the success bar below my logos.
    I tried it in two different ways but it’s still not how I want it.
    https://paste.pics/1419a88f1b0e83cbcb212bff15845931

    I have this grid with the two lines in each section, I would like to have a small gap between the lines of words but an equal gab on top and bottom.

    Thanks
    Kati

    #924652
    David
    Staff
    Customer Support

    Hi there,

    so this CSS to increase the line-height of your text elements and add a border between them:

    .flex-grid h6, .flex-grid p {
        line-height: 40px;
    }
    .flex-grid p {
        border-bottom: 1px solid #fff;
    }

    Then in this CSS you have you need to remove the height property:

    .flex-grid h6 { 
        font-size: 22px; 
        height: 20px; /* Remove me :) */
    }
    #925603
    Katharina

    Thanks David,
    it helped me a lot.

    #925651
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.