I would like the menu to extend the same width as the header and also be the dark blue color. I have managed to find some code from this forum that helped with the background color, but still having trouble with the bar width. Please advise.
CSS code added:
.header-stack #Top_bar .menu_wrapper { width: 100% !important; }
#Top_bar { background-color: #8cbbc5 !important; }
Comments
#Top_bar .menu > li {display: inline-block !important;
float:none !important;
}
.header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {
width: 110% !important;
margin-left: -5% !important;
background:red;
}