Aurangajeb

FontAwesome icon break issue on mobile

Jul 28th, 2021 (edited)
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. /**
  2. // Helpful articles:
  3. // https://astronautweb.co/snippet/font-awesome/
  4. // https://elementor.com/help/migration-to-font-awesome-5/
  5. // https://docs.oceanwp.org/article/603-icons-missing-or-showing-up-as-squares
  6. // Same issue for the eicon
  7. // Content value link- https://github.com/elementor/elementor-icons/blob/master/scss/_icons.scss
  8. // icons list- https://elementor.github.io/elementor-icons/
  9. **/
  10.  
  11. .eicon-editor-close:before {
  12. content: '\e803'; //eicon CSS content value
  13. }
  14.  
  15. /* FA Map marker Icon break on mobile */
  16. .fa-map-marked-alt:before {
  17. content: "\f041"; //fa icon CSS content value
  18. }
Add Comment
Please, Sign In to add comment