Home › Forums › Iconic One Pro Support › Separate too much white space in header question › Reply To: Separate too much white space in header question
September 30, 2013 at 4:47 am #901
Themonic-Support
Keymaster
You are using the logo uploader for uploading a full width image ~1000px. That logo uploader is meant for small logo images as per in the demo.
White space around the image can be removed by pasting the following code in custom.css
.themonic-logo {
margin: 0;
padding: 0;
}
.themonic-logo img {
max-width: 100%;
}
In your case as you are using a full width image which is causing the social area to drop below, you will need to turn off the social buttons from the live customizer and use the above code to make it fit.