The slanting border option for colour sections goes to a strange repeated shape on ultrawide monitors, is there any way this can be easily fixed?
Managed to fix this with rotation code from another thread…
.avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner {
-webkit-transform: rotate(4deg);
transform: rotate(4deg);
}