Nav bar height and white bar issues

Hi,
I’m having 2 issues with my Nav Bar (ertcu.com).

  • There’s a white bar above the nav bar, and when i scroll down the header image (revolution slider) will display in the bar. Can i somehow remove this narrow bar?
  • The nav bar has a certain height. If i however scroll down a bit, the menu bar narrows. Can i make it so that the bar remains at the narrow height?

Thanks!

Hello,

  1. I can not see the white bar, I scrolled through the page and no white bar is there. Can you refresh/clear cache and log out and retry?

  2. The sticky header is intentionally made to take less header space. You can indeed add your own CSS to customize this to your needs. Here is the css to get you started:

    @media only screen and (min-width: 1025px) {
    #header.fixed-position {
    height: 102px !important;
    }
    }