Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author hawkeye126

    (@hawkeye126)

    Use the .is-sticky class to differentiate.

    .nameofmenu {
        height: 200px;//this should be the desired height when not sticky
    }
    
    .is-sticky .nameofmenu {
        height: 100px;//this should be the desired height when sticky
    }

    Please let me know if that fixes it.
    If not also link me to the site.

    Thanks for using the plugin!

    Plugin Author hawkeye126

    (@hawkeye126)

    Please let me know if I can provide any further support.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Have menu reset to original size when scrolling to top’ is closed to new replies.