Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1008258

    Hello,
    the Firefox has been updatet to 62.0.0 and than show the av_font_icon in a table cell field not among each other.

    #1008285

    Ok i found this,
    .av_font_icon { display: inline-block !important; }
    but dosen’t help in Firefox, in Chrome works this fine.

    #1008328

    Hi,

    I’m not sure I understand the problem you are having, please try to explain a bit further and post a link to where we can see the actual problem. A screenshot highlighting it might help us understand better as well.

    Best regards,
    Rikard

    #1008384

    OK look at the picture,

    View post on imgur.com


    this was after the update from Mozilla Firefox 62.0.0
    The Icons are staircase staggered..

    and this is current Groogle Chrome version

    View post on imgur.com


    that’s kind of weird.

    In the Mozilla Firefox 61.0.2 it looks exactly the same as in the current Groogle Chrome version.

    #1008590

    Hi RyanFinley,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1008766

    OK i have send you Login Informations.

    #1008902

    Hi RyanFinley,

    There is no css rule that does that and in the next cell with the time the code is the same and the icon does not move to the side. It’s hard to say why Firefox does that.

    Best regards,
    Victoria

    #1008914

    Ok then it’s really the Firefox itself, wherever that comes from.
    I read something on Mozilla’s website that the “css = display:contents;” has now been included.

    When add this Fix:
    .av_font_icon {
    display: contents !important ;
    }

    then it looks like in Google Chrome.

    found this somewhere….

    • This reply was modified 6 years, 2 months ago by RyanFinley.
    #1009188

    Hi,

    Thanks for the update, though I’m not sure I understand what you mean by your last post. Is that CSS supposed to fix the issue on Firefox? If so then you can target on Mozilla using this CSS:

    .avia-mozilla .av_font_icon {
      display: contents !important ;
    }

    Best regards,
    Rikard

    #1009250

    That’s are better….thanks

    #1009324

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1009376

    Yes, thank you, can be closed.

    #1009451

    Hi RyanFinley,

    Glad to hear that :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘After Update Firefox to 62.0.0, problem with av_font_icon in the table.’ is closed to new replies.