Home Forums Ibsen Sticky Header Reply To: Sticky Header

#11425
Andy
Keymaster

To stop the header being fixed when scrolling the page, copy this code to ‘Customize’ > ‘Additional CSS’:

#masthead.scrolled {
    position: relative;
}