Reducing Header Space

Hi there,

I am wondering if there’s any way of reducing the amount of space on the header. My URL is- http://newleaftest.co.uk.gridhosted.co.uk/

I’m not using a header, as I only want the social media icons there, but with them activated, theres quite a large amount of space left empty. Is there any way of closing this gap so the slider is a bit further up?

Cheers
Sean

You can reduce header height by adding this code to Theme Options - Other - Custom CSS.

.hgroup-wrap {
    padding-top: 10px;
    padding-bottom: 5px;
}
.hgroup-right {
    margin-top: 0;
}

I still added some padding above and below icons so they won’t sit on the edges but you can feel free to reduce padding even more.

You, my dear sir, are an absolute life saver.

Many thanks. :slight_smile: