Archived topic
Rotated phone icone in the menu
1 reply · Started by Robert on October 28, 2019
Hi
I have in the top, on tle left side a phone icone before the phone numer
On the front page http://www.worm.net.pl/ and on KONTAKT:
http://www.worm.net.pl/kontakt/ the icone is corect
but on http://www.worm.net.pl/wspolpraca/ its rotated 180 degrees and
I have no idea why...
Hi there,
so you have FontAwesome 4.7 installed on the entire site - which displays the Icon the way you want it.
On the problem page you also have FontAwesome 5 installed which ( for some crazy reason ) has the phone icon in reverse.
You can force the icon to load using FA 4 in the Top Bar only using this CSS:
.topbar .fa {
font-family: "FontAwesome";
}