Site logo

Archived topic

Menu borders

3 replies · Started by David on April 12, 2019

Viewing posts 1–4 of 4

Hi
How would I go about adding a thin-border line around the main (under header) navigation menu?

Any and all help appreciated.

Cheers
Dave

Hi there,

Try this CSS:

#site-navigation {
    border: 1px solid #ddd;
}

Let me know :)

Hi Tom,

Yes that worked, thanks.

You're welcome :)

This archived topic is closed to new replies.