Hi There,
Please remove the border of your sections, after that add the following CSS under Customizer > Custom > Global CSS:
.x-column-border {
min-height: 242px;
}
.x-column-border:before,
.x-column-border:after {
content: "";
height: 1px;
background-color: #000;
position: absolute;
width: 100%;
}
.x-column-border:after {
bottom: 0;
}
Then add the x-column-border
class to the class field of your right columns:
View post on imgur.com
View post on imgur.com
Hope it helps 🙂