Header content offset question

Is there a way to move the content of a header up from center?!

MenuExample|690x150

Okay, here was my hack. I made a big whitespace in the header image I wanted. I then shifted the image margin top up a negative value.

.fl-page-header {
	margin-top: -76px;
}

So now the actual content (logo and nav) “appears” to be higher in the header image

Dirty, but we get things done :slight_smile: