Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #966685

    Hi there,

    On my ‘over Eefke’ page I’ve a few green check marks.
    Unfortunately the text on the 2nd row doesn’t align. How can I do that?

    See my details below in the private area.

    Thanks.

    #966998

    Hey Eefke,

    I’m not sure what you mean by that, it looks aligned on my end?

    Best regards,
    Rikard

    #967215
    This reply has been marked as private.
    #967217
    This reply has been marked as private.
    #967776

    Hi,

    You can add some padding to the text you want to align:

    <span style="color: #000000; padding-left: 20px;">
    Het gaat niet alleen om doelen stellen en plannen maken, maar het gaat écht om het maken van een stap naar een nieuwe fase in je leven. 
    </span>

    Best regards,
    Rikard

    #967834
    This reply has been marked as private.
    #970475

    Hi,
    I added a custom class to your text element: “special-listpoints-green”
    2018-06-09_114152
    then replaced your icons with bullets, and added this css to your Quick CSS:

    /* special bullets green */
    .special-listpoints-green ul {
        list-style: none;
    }
    .special-listpoints-green li::before {
        content: "\e812";
        font-family: entypo-fontello;
        color: #3ec607;
        position: relative;
        padding-right: 11px;
        margin-left: -20px;
    }

    2018-06-09_114047
    Thanks to @Guenni007 for the solution

    Best regards,
    Mike

    #971137

    Dear Mike and @guenni007,

    Thank you very much for this solution. I’ve tried it myself of my homepage and it works.
    So happy with it!

    Kind Regards,
    Eefke

    #971177

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Align text under green 'check marks'’ is closed to new replies.