Comments Create-X started the conversationApril 30, 2023 at 7:19pmHi there! We have enabled the sticky header and mobile we have a strange behavior. Here's a video explanation:https://www.loom.com/share/06d1fcd94e074540a4277cdab3d28145Thanks! Kind regards,Plamen 2,610PenciDesign repliedMay 1, 2023 at 1:47amHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @keyframes mobilesticky { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } .penci_navbar_mobile.mobile-sticky { animation-duration: 0.3s; animation-name: mobilesticky; animation-iteration-count: 1; }Regards,PenciDesign. Sign in to reply ...
Hi there! We have enabled the sticky header and mobile we have a strange behavior. Here's a video explanation:
https://www.loom.com/share/06d1fcd94e074540a4277cdab3d28145
Thanks!
Kind regards,
Plamen
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.