Hi richnyc30,
The previous code is for the main site. I have checked this link: j4/index.php/beginners
And see that your menu item is very long. It is tough to fit many screens. In this case, you can add the following code:
@media (min-width: 1200px) {
.t4-logo-header {
flex: 0 0 10.666667%;
}
.t4-megamenu-wrap {
flex: 0 0 86.666667%;
max-width: 86%;
}
.t4-header-right {
flex: 0 0 5.666667%;
}
}
You should select the Extra Screen(XL) for the Menu Breakpoint.