Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @whitehousemax

    If you want to add a vertical divider between left content and right content.
    You can achieve this by applying following CSS code.

    div#text-14-sub_row_0-0-2-1-0 {
        
       border-left: 1px solid #ccc;
    }

    Hope this will help.

    Thanks.

    Thread Starter whitehousemax

    (@whitehousemax)

    Hi wbcomdesigns,

    Thank you very much for your prompt assistance. That worked perfectly 🙂

    Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Vertical divider’ is closed to new replies.