Reply To: How to modify the position and the spacing in navigation bar.

Home Forums Support How to modify the position and the spacing in navigation bar. Reply To: How to modify the position and the spacing in navigation bar.

Home Forums Support How to modify the position and the spacing in navigation bar. Reply To: How to modify the position and the spacing in navigation bar.

#160932
Tom
Lead Developer
Lead Developer

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;
}