[Support request] primary navigation placed at bottom of page, and sticky

Home Forums Support [Support request] primary navigation placed at bottom of page, and sticky

Home Forums Support primary navigation placed at bottom of page, and sticky

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1029807
    Robin

    if this possible? an example of what I am after is here:

    <https://www.joshjalowiec.com/&gt;

    #1030040
    David
    Staff
    Customer Support

    Hi there,

    first thing is to enable the Navigation as Header in Customizer > Layout > Header.

    Then try this CSS:

    .main-navigation {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    body {
        margin-bottom: 60px; /* Adjust to height of navigation */
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.