Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1489165

    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.

    #1489176

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.