Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3031183
yanking the main menu when scrolling
Closed

Comments

  • NavigatorZ started the conversation

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

  •  2,490
    PenciDesign replied

    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 replied

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

  •  2,490
    PenciDesign replied

    Hi,

    Please modify the CSS like this:

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

    Regards,
    PenciDesign.



  • NavigatorZ replied

    nothing has changed

  •  2,490
    PenciDesign replied

    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

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