Change header

Hi, I want to ask two things.

  1. I want to change my header height.
  2. When I center my site title my social icons disappear. How can I ensure that this does not happen ?

Thank You!

Hi @zorawar,

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

Could you please share me your site URL where it’s happening so that i can help you to achieve it?

Best Regards,
Movin

http://twinnys.nl/

Hi @zorawar,

Thank you for sharing your site URL.

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

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

.social-header.col-md-6 {
    position: absolute;
    right: 0;
    top: 0;
}
.site-branding.col-md-6 {
    margin: 20px auto;
    float: none;
}

Best Regards,
Movin

Thanks Movin, it worked !!

You are most welcome here :