Archived topic
Fontawesome Icon Align
5 replies · Started by Leon on November 26, 2017
Hi Tom,
I'm using some fontawesome icons in menu items. However, the fonts are showing different sizes and the menu item label texts are aligned right next to the icons so they don't look neat. I have tried to delete the aria-hidden=true but still same.

Is there a way to fix this please? The ideal effect would be same as that in GP footer.
Thanks
Leon
Hi there,
Can you link us to the page?
Thanks!
Hi Leo,
https://interpreterdatabase.com/
The screenshot page requires user to login, but same problem is at the footer. Please kindly check the footer.
Thanks
Leon
You can add the fa-fw (fixed width) class to your icons: <i class="fa fa-star fa-fw"></i>
The problem is solved. Thank you Tom!
You're welcome :)