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

    Ahoy,

    I’m trying to make something like this using the enfold page builder but am stuck on how to do it.

    See how the Text “If” “Then” “And” is to the left of the bullet points.

    Trying to achieve: Screenshot 1

    Current Page: Screenshot 2

    #710957

    Hey!

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your Text Block elements and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class ul {
        float: left;
        width: 70%;
    }
    .your-custom-class h2 {
        width: 25%;
        float: left;
        position: relative;
        top: 100px;
    }
    

    Best regards,
    Yigit

    #713433

    Ahoy,

    I went ahead and added that – it seems to work but the “THEN” and “AND” text are too low…

    please advise

    #713474

    Hi!

    Change the top: 100px value and play around with it, until it is on the size you want.

    Thanks a lot

    Regards,
    Basilis

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