header height on sub pages?

I have a header image that i am using on sub pages that is about 640px tall or so. When I upload and then use this css , the sub header with the title and breadcrumbs get stuck in the middle of the picture instead of staying at the bottom right above the body.

What do i need to do to accomplish this? Thanks

body:not(.template-slider) #Header_wrapper {
 background-position: center bottom;
min-height: 600px;
 }


Page

Comments

Sign In or Register to comment.