Archived topic
Make the navigation block sticky.
4 replies · Started by Peter on November 15, 2022
Hi
I have a navigation block with page anchors at the top of a page.
Is there a way to make this sticky as I scroll down the page?
The main menu I've got working but I'd like the navigation block to stick as well.
Many thanks
Pete
Hi there,
can i see the site where the nav block is present ?
Hi David
Thanks for getting back to me
Here you go
https://building.estaeducation.co.uk/esta-postgraduate-certificate-brass/
Worked it out with
additional css class
sticky-header
.sticky-header {
position: sticky;
top: 0;
}
Sorry to take up you time - should of looked more carefully :)
Glad to hear you found a solution :) And no apologies necessary feel free to ask first !