Sticky header menu

Your BE theme is FANTASTIC :)

I would like to include the menu in the top header at the same line of the banner (LOGO --  MENU -- BANNER)

I did some CSS modification and it looks good. My only problem is that when I scroll down the sticky menu is not aligned to the middle vertically. 

SITE URL: goo.gl/SSx9QZ

SCREEN SHOT (problem): http://d.pr/i/1iNKv/4IuuaYRH (see that the menu in the sticky header is not in the middle on the vertical plan) 

Can you help me fix this?
Thanks!

Comments

  • Hi,

    as we see you got some necessary css, like below:
    .header-menu-right.header-stack #Top_bar .menu_wrapper { margin-right: 400px !important; }
    Please remove it first and then add also below css:
    #Top_bar.is-sticky .menu_wrapper { margin-top: 0 !important; }
Sign In or Register to comment.