Private: Home › Forums › HTML Templates › Elvyre Retina Ready HTML5 Template › Logo Size › Reply To: Logo Size December 6, 2014 at 11:41 am #1214 Robert KavgićParticipant Hello, Sorry for the delay in response. To remove the whitespace under the menu, add the following code to the end of css/responsive.css file: @media (min-width: 992px){ #logo { margin: 3px 0 !important; } #header-wrapper { height: 125px; } } Robert