Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #396354

    Hello,

    Is there a way to insert a vertical separator between Layout Elements? (like 1/2 or 1/3)

    Content Elements from the layout builder does not seem to offer vertical separator.

    Thanks

    #396615

    Hi JTV Digital!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .flex_column.avia-builder-el-last {
    border-right: none!important;
    }
    .flex_column {
    border-right: 1px solid #e2e2e2;
    }

    Regards,
    Yigit

    #451584

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Vertical separator’ is closed to new replies.