Site logo

Archived topic

Make the navigation block sticky.

4 replies · Started by Peter on November 15, 2022

Viewing posts 1–5 of 5

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 ?

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 !

This archived topic is closed to new replies.