• Hello,

    do you guys know, why there is one line normal and straight and the other one curved at the end? I was looking in css, and everything seems to be the same as the other one.

    Screenshot

    Website

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There’s a border radius style on the one that’s curved;

    border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;

    Thread Starter pcolkin

    (@pcolkin)

    Thank you, I have tried to change all of these styles to border-radius 0, but it didnt change, yet :/

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It looks like the only styled you changed was “border-radius”. If you’re sure you changed all the other (“-webkit..”, “-moz..” etc.) I would recommend contacting your theme developer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weird line ending’ is closed to new replies.