Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1084567

    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?

    Diagonal border issue

    • This topic was modified 5 years, 8 months ago by Digilocker.
    #1084628

    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);
    }

    #1084646

    Hi Digilocker,

    Glad that you were able to find the solution. :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

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