Icon Flip Horizontally

Hello,

I used this shortcode [x_icon type=“phone”] on this page, and the icon displays flipped horizontally from the one that you have on the demo http://demo.theme.co/integrity-1/shortcodes/icons/

How can I fix this issue? I tried adding the class but it doesn’t change anything.

Thanks,
Antoine

Hey Antoine,

Font Awesome updated the orientation of the phone icon. Our demos have not been updated to the version which includes version 5 of Font Awesome yet.

If you really need to flip it, you will need custom CSS like this.

.x-icon-phone {
    transform: rotate(90deg);
}

Just remember that we do not have support for custom codes. If that does not work now or in the future, you will need to remove that in your site or consult with a third party developer.

Thanks.

Thank you.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.