Instead of the menu bar being all the way at the top, I'd like it to be floating over the background image like in this demo:
Is there some CSS I can put in my site to do that? I am currently using the split header semitransparent header layout option. Here is my website:
Thank you!
Comments
Use this css
#Header {To change the background, you can use this csstop: 50px !important;
}
.header-semi #Top_bar:not(.is-sticky) {background-color: rgba(148, 34, 36, 1) !important;
}
You can use this css