How to add a full width single line divider
If your template comes prebuilt with a full width horizontal 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. Place it wherever you want the horizontal line divider.
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 "border-top", replace "073B4C" with your preferred hex color code. And to increase the line thickness, replace "1px" with your preferred with. Then save your page.