When using the following for masthead you can keep the brown borders on the side.
#masthead {
    z-index: 30;
    position: fixed;
    background: whitesmoke;
    top: 0;
    left: 20px;
    max-width: calc(100% - 40px);
}
2
solved How to fix navigation bar in wordpress? [closed]