Header height

Hi, Algis

Please advise how header height or rather padding could be resized. As I’ve noticed it has total of 85 pix padding over and below logo picture. My logo height is 80 pix and I want the whole header with logo to be 100 pix high.
Theme used – Travelify

@mkofik

Please post your website URL as otherwise I am just guessing here what settings you are using. It would be very helpful to see your website.

Site address: hapylady.com.ua . I enclose screenshot. I want to make header as high as purple arrows show, not as high as the red arrows.

Add this code to Appearance - Theme Options - Other - Custom CSS. This code will remove all margins and paddings and use your logo heigh instead.

#site-logo {
  margin: 0;
  padding: 0;
}
.hgroup-wrap {
  padding: 0;
}

Let me know if this helps.

Done. Perfect. Thanks a lot.

Paldies.

Gandrīz vienmēr laipni! :slight_smile: