Home Forums Azuma Pro How to change sticky header not to stick in Azuma Pro Reply To: How to change sticky header not to stick in Azuma Pro

#11630
Yazmin
Keymaster

Please add the following to Additional CSS

#masthead.scrolled {
    position: relative;
    transition: none !important;
}

That will stop the header from being fixed in position when scrolling down the page.