Bootstrap Offcanvas Nav Icon Issue #40758
Unanswered
wdejesus1981
asked this question in
Q&A
Replies: 1 comment
-
This is also the code I am using if it helps. .mainNavCustom li:before{
color:#fff;
content: "\f054"; /* FontAwesome Unicode */
font-family: FontAwesome;
display: inline-block;
margin-left: 10px; /* same as padding-left set on li */
width: 1.3em; /* same as padding-left set on li */
font-style:normal;
float:left;
padding-top:8px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
I am using Bootstraps off-canvas navigation for my new site. I started styling in css and using Font Awesome for the parent icons, but when you get to the drop-down portion and add the icons through CSS like I did for the parent items they stack on top of one another. The parent navigation was easy in adding a float, but the drop-down does not accept the same styling.
I've attached an image for you to review.
Thank you!
Will
Beta Was this translation helpful? Give feedback.
All reactions