Home › Forums › Basel support forum › Basel: Sticky Navigation Disabled on Single Page › Reply To: Basel: Sticky Navigation Disabled on Single Page
September 22, 2018 at 7:25 am
#78437
Elise Noromit
Member
Hello,
Edit the page and paste this Custom CSS into the page settings as shown:http://prntscr.com/kxbpx1
body .sticky-header {
position: static;
}
Enter this code to the pages where you want the header not to be sticky.
Best Regards