Hi Tad,
it's just a simple web math, if you upload big logo image where logo column is size 6 from 12, it will take almost all area (except paddings).
Indeed you have two-three options (as always):
- from Template Options > Basic > Logo (change height, that will reduce width as well) and then reduce header height as well, from 200px to 100px. And click SCSS > CSS on/off in advanced tab.
- or, upload smaller logo image (max -height 100px)
- or, just use custom CSS
.logo-image,
#sp-header .logo,
#sp-header {height: 100px;}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {line-height: 100px;}
#sp-menu > .sp-column {max-height: 100px;}