Comments NavigatorZ started the conversationApril 25, 2022 at 2:14pmHello. What settings need to be made so that the main menu stops twitching on mobile devices while scrolling. 2,610PenciDesign repliedApril 25, 2022 at 3:21pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci_navbar_mobile.mobile-sticky { position: initial;}Regards,PenciDesign.1 LikeNavigatorZ repliedApril 25, 2022 at 3:29pmthanks. when scaling up, everything is OK now, but when returning everything also twitches. 2,610PenciDesign repliedApril 25, 2022 at 5:07pmHi,Please modify the CSS like this: .penci_navbar_mobile,.penci_navbar_mobile.mobile-sticky { position: initial !important;}Regards,PenciDesign.1 LikeNavigatorZ repliedApril 25, 2022 at 6:03pmnothing has changed 2,610PenciDesign repliedApril 26, 2022 at 8:42amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci_navbar_mobile.mobile-sticky .penci_container { display: block;}.penci_navbar_mobile.mobile-sticky { transition: unset;}Regards,PenciDesign.1 LikeNavigatorZ repliedApril 26, 2022 at 9:06amsuper!!! thank you! the ticket can be closed. Sign in to reply ...
Hello. What settings need to be made so that the main menu stops twitching on mobile devices while scrolling.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
thanks. when scaling up, everything is OK now, but when returning everything also twitches.
Hi,
Please modify the CSS like this:
Regards,
PenciDesign.
nothing has changed
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
super!!! thank you! the ticket can be closed.