Header depth

I want to change the header depth on my site so that more of the gallery images in the featured slider are shown ‘above the fold’. But I can not find the relevant code in either the css or header files. Can anyone point me in the right direction please?

Please check out http://www.gesportstours.com/

I would like to remove the white space above the phone numbers on the right. That and everything below them is a Header Image, so I do not need the space for the logo and site name. Can anyone tell me how?

Hi @iang,

I hope you are well today and thank you for your question.

You can try removing that space a bit by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#branding .hgroup-wrap {
    padding: 0;
}
#branding .hgroup-wrap section.hgroup-right {
    margin-top: 5px;
}

But it wills till display some white space as the banner image http://www.gesportstours.com/wp-content/uploads/2016/07/GE-Sports-Tours-banner.jpg that you have set contains white space.

Also there is facebook icon in the header as shown in the attached screenshot that occupies some space.

Best Regards,
Movin

Thanks so much Movin.

That was exactly what I needed. I still wanted the area with the social media icons, just much narrower.

You are most welcome here :slight_smile: