kblubis
Hi
The width is 100% for header as it is sticky and menu item does not fit in your width
Add this code in custom css to decrease height till 91px
.has-slideshow .t3-header.affix {
padding: 0px0;
}
As logo height is there so it would not go below 91 px.