Add this code to Pages › Website Tools › Custom CSS:
.header-burger {
height: 36px;
}
.burger {
position: fixed;
}
On this page
Sometimes you only need to make hamburger fixed — not the whole header.
Add this code to Pages › Website Tools › Custom CSS:
.header-burger {
height: 36px;
}
.burger {
position: fixed;
}
On this page