/* Give the link some padding and some color */
.fl-page-nav .navbar-nav > li.ss-nav-button {
padding: 10px;
}
.fl-page-nav .navbar-nav > li.ss-nav-button > a {
background-color: #367abe;
color: #ffffff !important;
padding: 5px 18px !important;
border-radius: 5px;
}
/* Adjust the position for the fixed navigation menu */
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.ss-nav-button > a {
position: relative;
bottom: 5px;
}
/* Give the button a hover & active state */
.fl-page-nav .navbar-nav > li.ss-nav-button > a:active,
.fl-page-nav .navbar-nav > li.ss-nav-button > a:hover {
color: #ffffff !important;
background-color:#f9bc31;
}
Yes. Make that top row the same width as the other rows on the page. Its current max-width is 960px, so it’s not able to extend any farther right. The others are 1571.2px. You can adjust the width in the Beaver Builder row settings for that row.