Hi there - 
My site is at www.thesnugbugmercantile.com
It looks fine on the desktop - I use a revolution slider for home page, then a mix of a header image (uploaded in the be theme options panel) and featured images (uploaded on individual pages) for the rest of the pages.
I have the sticky menu/dark.
When I look on my iPhone (iPhone 6, OS8) there is a large white space and the header image / slider (depending on page) is pushed down. Since my logo and menu type is in white, I can't see any of the options. Please advise how to get the logo and menu to sit on TOP of the slider/header/featured image instead of above it on mobile devices.
Thanks, Patty
                 
                
Comments
in this case, below css will be the best choice:
I would like the header image** to be BEHIND the logo, menu, etc..
#Top_bar #logo { height: 75px !important; } //instead of 130px that you have alreadyBut it is not possible to show different logo on different devices at all.@media only screen and (max-width: 767px) {
#Top_bar, #Action_bar { background: none !important; }
#Header_wrapper { background: red; }
}