Advertisement
arie_cristianD

make the mobile menu below header sticky

Feb 4th, 2024
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. /* make the mobile menu below header sticky  */
  2. .jeg_navbar_mobile.jeg_sticky_nav {
  3.      transform: translate3d(0px, 0px, 0px) !important;
  4.     --offset: translate3d(0px, 0px, 0px) !important;
  5.    
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement