No topics found
Adding a vertical line

You can add a Vertical Line to your site with the use of HTML/CSS.

In the Design tab, open the CSS Editor and paste in the following:
.divider {
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
    width: 1px;
    z-index: -1;
}
From here, you can create a new Pinned page.

In the Content tab, click the “+” to create a new Page. Right-click the Page and enable ”Pin”. The Pin Settings will open below, enable the ”Fixed” option and disable “Adjust”.

Next, click into the new Pinned page and in the Design menu, enable “100% Height”.

At the bottom-right of the Formatting Toolbar, open the "Code View", and paste in the following:
<div class="divider"></div>


Still need help?

Still need help?
Chat is offline; send us a note

Chat with Support

Still need help?
Send us a note