Hi guys,
Been trying to have a full-width navbar - keep the menu layout/spacing the same but have the “white background” go full width of the browser screen https://prnt.sc/oyb3q8 Tried with the code below from another thread in the forum, but it didn’t work.
/* Full Width Menu Bar */
.x-navbar .x-container.max.width,
.masthead-stacked .desktop .x-nav {
width: 100%;
max-width: 100%;
}
Your help would be highly appreciate it!
