How to add aĀ full height vertical line divider
If yourĀ template comes prebuilt with a vertical line divider, you can insertĀ it into any text block by following the instructions below.
1. Click the "<>" icon in the text editor to open the source code.
2. Insert the following code into the source code where you want the divider to appear.
3. If you'd like to customize the color or thickness of the line, navigate to the Settings panel and click Custom Code. Here you can modify the following code.
4. On the line that says "background-color", replace "E8ECF0" with your preferred hex color code. Then save your page.
5. On the line that says "width", replace "1px" with your preferred line width. Then save your page.