[Resolved] Border on navigation

Home Forums Support [Resolved] Border on navigation

Home Forums Support Border on navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206463
    Damon

    Hi there
    Please can someone tell me how to add a border (top and bottom) to the main navigation?

    I’ve tried Firebugging it to no avail.

    Thanks

    #206481
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Maybe something like this will work for you:

    .main-navigation {
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }
    #206492
    Damon

    Ace, thanks very much.

    #206498
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome 🙂

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