jeff-millians
Go to file: /templates/ja_good/css/themes/game/template.css
At approx line 6737, you will see this rule:
.t3-header .row {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
change it to:
.t3-header .container > .row {
display: flex;
flex-wrap: nowrap;
align-items: center;
}