How to make header style "Stack: Center" sticky as is?
http://prnt.sc/f5x6wk
But the sticky header looks like this:
http://prnt.sc/f5x7kb
I would like to have the header fixed, as it is in the first screenshot with the logo above the menu.
Also, I would like to remove the border between the logo and the menu.
I've looked around quite some time but couldn't find a fix. Do you have a piece of CSS for this?
Thanks!

Comments
If you want a fixed header go to theme options>header&subheader>header and select the fixed header style. Fot the custom css, please send a link to your page.
thanks
#Top_bar .logo {border:none !important;
}
#Top_bar.is-sticky #logo img.logo-sticky {
height: 70px !important;
}
.header-stack.header-center #Top_bar.is-sticky .menu_wrapper {
width: 100%;
}
#Top_bar.is-sticky .container {
background:white !important;
}
#Top_bar .logo {
float: none !important;
}
#Top_bar.is-sticky .top_bar_right {top: 60px !important;
}