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
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
Thanks