Archived topic
How to modify the position and the spacing in navigation bar.
3 replies · Started by Pierre Robert on December 18, 2015
Viewing posts 1–4 of 4
Hello!
I'm trying to align the position and the spacing between the elements of the navigation bar. And I would like to add vertical lines, similar to the Fedex website menu.
Is it possible to do this within GP or do I need a plugin? If so, any suggestion?
Thanks again,
Pierre
Borders is the next GP add-on :)
However, for now, you can do this:
.main-navigation .main-nav > ul > li > a {
border-right: 1px solid #DDD;
}
.main-navigation .main-nav > ul > li:last-child > a {
border: 0;
}
Getting better all the time.
Many thanks,
Pierre
You're welcome :)
This archived topic is closed to new replies.
