Hi - anyway to make the header logo and menu space floating? So that when you scroll down the page it stays at the top?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header { position: fixed; overflow: hidden; z-index: 9999; background: white; border-bottom: 1px solid #d2d3d4; } This is the possible solution for your issue.