
RemyndSystems
RemyndSystems
About
- Username
- RemyndSystems
- Joined
- Visits
- 49
- Last Active
- Roles
- Member
Comments
-
Solved with this custom code:function toggleMenu() { var menuBox = document.getElementById('Side_slide'); if(menuBox.style.display == "block") { // if is menuBox displayed, hide it menuBox.style.display = "none"; } els…
-
ok i understand.can i change the sticky start height with css?I dont want to change the javscritp directly. I want only that the sticky menu comes earlier.