New Landing How can we help? Themeforest Theme Support Flexform Solution for full-width-text arrow glitch in FF

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #6903
    thosch71
    Member
    Post count: 89

    I like the triangle arrow of the full-width-text a lot. Adds a very nice touch. Unfortunately, Firefox (21.0) renders a thin dark bottom borderline which looks quite ugly (see first screenshot).

    The following code in the custom-CSS field changed the size and position of the triangle so that it is attached to the bottom and does not sit in the box itself (see second screenshot):


    .full-width-text:after {
    border-top: 25px solid transparent;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    margin-left: -32px;
    }

    The border is still there, but it looks acceptable in FF.

    Greetings,

    thosch

    #7601
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Thanks @thosch, I’ll let Ed know about this when he gets back ๐Ÿ™‚

    Regards,

    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Cosmin
    Support Assistant

    #10160
    thosch71
    Member
    Post count: 89

    Just an update for the CSS-Triangle-Border-Firefox-Bug:

    I found out, how to eradicate this little bugger for good:

    Basically the Mozilla render engine seems to have a problem with the ‘transparent’-value in the border-construct which generates the triangles. So I added


    .full-width-text:after {
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
    }

    in the Custom-CSS box and voilร … annoying grey border in Firefox is gone.

    Best greetings,

    thosch

    #10277
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Cool, thanks for sharing ๐Ÿ™‚

    Regards,

    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Cosmin
    Support Assistant

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register