You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Hi, this is amazing plugin, very light and word perfectly, I am having an issue where I have a STICKY header with when scrolled is FIXED at the top, so when I click on Toggle button it doesn't push the FIXED element. How can this be sorted..
Hi @WPThemer - I think that you would need to manually change the positioning of that fixed element whenever you trigger the nav. This is because fixed position elements are relative to the viewport, not other elements in the DOM.
Activity
ascott1 commentedon Jan 20, 2018
Hi @WPThemer - I think that you would need to manually change the positioning of that fixed element whenever you trigger the nav. This is because
fixedposition elements are relative to the viewport, not other elements in the DOM.I hope that helps!