Archived topic
Border at the bottom of the menu bar
7 replies · Started by Matthieu on January 22, 2021
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
Hi there,
Something like this?
.main-navigation {
border-bottom: 1px solid #fff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
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 :)