Archived topic
Styling navigation menu
17 replies · Started by Zoran on November 14, 2018
Viewing posts 16–18 of 18
Try this:
.inside-navigation {
box-sizing: border-box;
}
.main-navigation .navigation-logo {
border-left: 40px solid #11b2ae;
}
Works like a charm. Thank you!
Awesome. Glad to be of help
This archived topic is closed to new replies.