Navigation Quick Tips

Make only hamburger button fixed

Sometimes you only need to make hamburger fixed — not the whole header.

Add this code to PagesWebsite ToolsCustom CSS:

.header-burger {
  height: 36px;
}

.burger {
  position: fixed;
}

Replies 0

Shape Enter comment
Shape Enter name
Shape Enter email

On this page