Site logo

[Support request] Make the navigation block sticky.

Home Forums Support [Support request] Make the navigation block sticky.

Home Forums Support Make the navigation block sticky.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2416231
    Peter

    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

    #2416309
    David
    Staff
    Customer Support

    Hi there,

    can i see the site where the nav block is present ?

    #2416325
    Peter

    Hi David

    Thanks for getting back to me

    Here you go
    https://building.estaeducation.co.uk/esta-postgraduate-certificate-brass/

    #2416817
    Peter

    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 🙂

    #2416845
    David
    Staff
    Customer Support

    Glad to hear you found a solution 🙂 And no apologies necessary feel free to ask first !

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.