Reply To: Header question

Home Forums Support Header question Reply To: Header question

Home Forums Support Header question Reply To: Header question

#189953
Tom
Lead Developer
Lead Developer

Why not just set your navigation position to float right (Customize > Layout) and then set the sticky menu?

That should achieve something very similar to that site.

Otherwise you can set the sticky menu with a menu logo to display in the regular and sticky menu, and hide the header like this:

.site-header {
    display: none;
}