Removing white space from header

Hello, I have been searching through your support forums trying various CSS code snippets to removed the white space from my header. None of them seem to be successful for my site. Any help would be appreciated!

www.coreconceptspt.com

Thanks.

@Movin, do you have any tips that might help me out? Thanks.

Hi @ccptweb,

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

You can try removing the white space from your header 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

div.hgroup-wrap {
    padding-bottom: 5px;
}
hgroup#site-logo, section.hgroup-right {
    margin-top: 0;
}

Best Regards,
Movin

@Movin Thank you very much for your help. It worked perfectly.

You are most welcome here :slight_smile: