Yes you can adjust this – “#header .widget-area” which is around line 697 in your css file. You could add “float: left;” if you wanted, or you can use other methods to move it over as well.
`#header .widget-area {
float: left;
overflow: hidden;
width: 60%;
}`