[Resolved] How to modify the position and the spacing in navigation bar.

Home Forums Support [Resolved] 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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160900
    Pierre Robert

    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

    #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;
    }
    #160933
    Pierre Robert

    Getting better all the time.

    Many thanks,
    Pierre

    #160937
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.