Go on your website, right click “Inspect Element” on your sidebar, find the ID which contains the entire header (I’ll call it “sidebar” here), and write this in your stylesheet:
#sidebar {
height:XXpx;
}
(replace XX with the number of pixels)
Hope this helps.