Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #841412

    Lely
    Moderator

    Hi There,

    Please add class custom-feature-box on the element class field.
    Then add the following CSS in Appearance > Customize > CSS:

    .custom-feature-box .x-feature-box-graphic {
        margin-left: 50px;
        margin-right: 70px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .custom-feature-box .x-feature-box-content {
        float: right;
        margin-right: 150px;
    }
    .custom-feature-box.x-feature-list .x-feature-box {
        position: relative;
    }

    Then you may now remove the html space you’ve added.

    Hope this helps.

    #841955

    adsupplyx
    Participant

    That worked, thanks so much!

    #842313

    Jade
    Moderator

    You’re most welcome.