Site logo

Archived topic

Border at the bottom of the menu bar

7 replies · Started by Matthieu on January 22, 2021

Viewing posts 1–8 of 8

Hello, do you think it is possible to add a border at the bottom of the menu bar of 1px and color? I use the header element with the menu bar going down to the scroll.

Thanks

Thank you for your reply ! That's it, but not quite.
😅
Can the bar be adjusted to fit the width of the container? For example 1200 px? So that the edges are aligned with the logo on the left and the menu on the right.

Thanks !

Try this instead:

#site-navigation .inside-navigation {
    border-bottom: 1px solid #fff;
}

It's great thanks ! Is it possible to remove the border from the scroll ?

Perfect thanks !

No problem :)

This archived topic is closed to new replies.