Closed sedyh closed 1 month ago
Use Font Awesome's fas
fa-fw
(fixed width) class for each icon:
<i class="fa-fw fas fa-home"></i>
Corrected code from my previous reply
With fa-fw
:
They only align on their menu level. fa-fw
works great. See the exampleSite
of the theme.
I mean its not about the content level. It works for aligning, but this is about the mark that gets on the name.
I don't have plans to change the checkmark styling soon, as it is complicated to do right with all permutations.
The best advise for now:
linkTitle
may be something, you're interested
Hello. I would like to be able to set icons for a page, as far as I can see they don't align if set on pages rather than chapters:
If you try to align them using margin, the navigation will not respond to it.
Making
text-align: center
for<i>
and itsparent
wrapper doesn't work here either.