That doesn’t seem to change anything for me. The tags are currently set to col-md-3 and I’m still only getting 3 columns.
I’ve just discovered that adding icons in this manner makes the nav alt show as the embedded HTML code, which clearly is not preferable. Is there a way to fix this, or another way to add icons that would prevent this?
I did, I’ll include my solutions for anyone else wanting the same thing.
Under Appearance > Menus > Menu Structure
I edited the name of the menu links and embedded HTML code for the icons. For instance, for the home page, instead of having the menu text be “Home” I inserted:
<i class="fa fa-home"> Home</i>
If anyone has cleaner way of doing this, I would be happy to hear it.