Hello @core365,
You will be using Skew()
css function. Simply add a custom my-blue-column
class in your column setting and use this custom css:
.my-blue-column {
overflow: hidden;
}
.my-blue-column:before {
content: "";
display: block;
background: rgb(0,93,161);
width: 120%;
height: 100%;
position: absolute;
right: 40px;
top: 0;
z-index: -1;
transform: skewX(-10deg);
}
Just make sure that you are not adding any background color to the column so that you can see that custom background color with slanting sides.
Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.
Regards.