Hi,
how can I reduce the white space in my header? 9palaces[dot]com
Regards,
Schelbert
/* Sticky menubar */
#header-menu-sticky-wrapper {
	margin: 0 !important;
}
.admin-bar .is-sticky #header-menu {
	top: 32px !important;
}
#main-slider {
	clear: both;
}
/* Box around widget sidebar */
#secondary .widget {
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	padding: 20px;
	border-radius: 20px;
}
/* Right Header widget */
#header-right .widget {
	font-family: “Noteworthy”, Libian SC Regular;
	font-size: 16.5px;
	color: #D7D8DB;
}
#hgroup-wrap {
	padding-bottom: 0;
}
#site-logo {
	padding-top: 0;
}
/* Footer picture no shadow */
#footer-sidebar .widget img {
	box-shadow: none;
}
/* Header picture no shadow */
#main-feat-img {
	box-shadow: none;
}
/* Header logo */
#header-image {
	padding: 20px;
}
#main-feat-img {
	margin: 0;
}
/* remove Home breadcrumbs */
.home #main header.entry-header {
	display: none;
}
.home #breadcrumbs {
	display: none;
}