-
AuthorPosts
-
September 11, 2018 at 8:59 am #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.September 11, 2018 at 9:39 am #1008285Ok i found this,
.av_font_icon { display: inline-block !important; }
but dosen’t help in Firefox, in Chrome works this fine.September 11, 2018 at 11:16 am #1008328Hi,
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,
RikardSeptember 11, 2018 at 1:12 pm #1008384OK look at the picture,
this was after the update from Mozilla Firefox 62.0.0
The Icons are staircase staggered..and this is current Groogle Chrome version
that’s kind of weird.In the Mozilla Firefox 61.0.2 it looks exactly the same as in the current Groogle Chrome version.
September 11, 2018 at 8:32 pm #1008590Hi RyanFinley,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaSeptember 12, 2018 at 7:46 am #1008766OK i have send you Login Informations.
September 12, 2018 at 1:40 pm #1008902Hi 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,
VictoriaSeptember 12, 2018 at 1:59 pm #1008914Ok 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.
September 13, 2018 at 4:35 am #1009188Hi,
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,
RikardSeptember 13, 2018 at 7:32 am #1009250That’s are better….thanks
September 13, 2018 at 11:13 am #1009324Hi,
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,
RikardSeptember 13, 2018 at 1:16 pm #1009376Yes, thank you, can be closed.
September 13, 2018 at 3:45 pm #1009451Hi 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 -
AuthorPosts
- The topic ‘After Update Firefox to 62.0.0, problem with av_font_icon in the table.’ is closed to new replies.