Remove white space around Header

Hi there,

I would like to remove the white space around the header.

I have already inserted the custom css code like suggested by Aigars in this thread.

.hgroup-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

But nevertheless there is still a little white space above the header. I think this is the space intended for the social account links.

Is it possible to remove this white space above the header? - I don’t need the social account links. Probably it is possible to deactivate these and then the white space is gone?? Sorry for the silly questions but I’m a newbie.

And last but not least, here is the link to the blog so you can see what I mean by talking about the “white space above the header”.
LINK

nobody who can help?

Hi @masa,

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

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

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

#branding > .container {
  display: none;
}

Best Regards,
Movin

Thanks a lot, finally it works! :slight_smile:

You are most welcome here :slight_smile:

@Movin - I tried asking the same question in this thread:
https://colorlibsupport.com/t/removing-white-space-from-header/

The code that you mentioned above does not work for me. Do you have any suggestions for my circumstances? Thank you!

@ccptweb I have provided the custom solution on your shared topic.