Looks like FontAwesome’s stylesheet is also styling the .icon
class, causing some oddities. I couldn’t tell for sure if any of your plugins were loading FontAwesome, so you may need to check with your plugin’s authors. You could also fix it with some custom CSS:
.main-navigation .icon {
height: 1em;
width: 1em;
}
.main-navigation .icon-bars,
.main-navigation .icon-close {
vertical-align: middle;
}
An easy way to add custom CSS is to use the built-in Customizer option at Dashboard > Appearance > Customize > Additional CSS.
Thread Starter
genejg
(@genejg)
I feel really silly now haha. Thanks for both the info and the quick code fix. I had actually forgotten about my FontAwesome plugin!
Case resolved!
-
This reply was modified 8 years, 7 months ago by
genejg. Reason: Added resolved wording for support tracking