• Devin J Dawson

    (@devinjdawson)


    Forgive if this has been covered, as well as any of my recent posts.

    I would like place the navigation menu in my header toward the bottom of the header when it goes into sticky mode. Currently it resides at the top.

    DevinJDawson.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • rdellconsulting

    (@rdellconsulting)

    Add the code to what you have in style.css:

    .sticky-enabled .navbar .nav {
        margin-top: 40px;
    }
    Thread Starter Devin J Dawson

    (@devinjdawson)

    rdell, thanks for the support.

    I’ve read a lot of your posts. You are a giant amongst men.

    rdellconsulting

    (@rdellconsulting)

    Only 6’1″ actually 😉

    Please mark as [resolved] in right sidebar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rest Navigation Menu on Bottom of Sticky Header’ is closed to new replies.