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.
Can you help me fix this?
Thanks!
Comments
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; }