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
July 26, 2020 at 10:52 am
#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.