Skip to content
Public Ticket #20865

yanking the main menu when scrolling

Conversation thread

NavigatorZ replied

Customer Reply

super!!! thank you! the ticket can be closed.

PenciDesign Supporter replied

Staff Reply

Hi,

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.



NavigatorZ replied

Customer Reply

nothing has changed

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS like this:

.penci_navbar_mobile,
.penci_navbar_mobile.mobile-sticky {
    position: initial !important;
}

Regards,
PenciDesign.



NavigatorZ replied

Customer Reply

thanks. when scaling up, everything is OK now, but when returning everything also twitches.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.penci_navbar_mobile.mobile-sticky {
    position: initial;
}

Regards,
PenciDesign.



NavigatorZ started the conversation

Conversation Start

Hello. What settings need to be made so that the main menu stops twitching on mobile devices while scrolling.

Want to join this conversation or access attachments? Sign in first.