Tagged: angled area, Creative demo theme
I would like to change the position of, and the colors f the angles section dividers in the ‘Creative’ one page theme demo. I cannot find how or where to do this.
Hey ckrizman,
Thank you for the inquiry.
There is no built-in option for this by default, but you can adjust the svg divider position using css. For example, you can use the following code to move the top divider 50px upward and the bottom divider 100px downward:
.avia_transform .av-extra-border-element.border-extra-diagonal {
height: 250px;
margin-top: -100px;
}
.avia-divider-svg.avia-divider-svg-tilt.avia-divider-svg-top.avia-flipped-svg.avia-to-front.avia-svg-original {
margin-top: -50px;
}
Best regards,
Ismael