Okay
  Public Ticket #3663969
hamburger MENU jumps
Open

Comments

  •   Patryk started the conversation
  •  8,555
    Tahir replied

    Hey Again,

    Try using the Optimization plugins recommended in this Article http://themenectar.com/docs/salient/performance-optimization-guide/ and check if that makes a difference . 

    Thanks.


    ThemeNectar Support Team 

  •  15
    Patryk replied

    I checked and it is on all sites based on the Salient theme. Not just on mine. Pls check picture.

    Attached files:  Zrzut ekranu 2024-06-10 o 16.33.09.png

  •  2,836
    Andrew replied

    Hi Patryk,

    Thank you for getting back to us.

    It looks like this is a new Chrome specific browser rendering issue with their recent versions.

    You can correct it by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

    @media only screen and (min-width: 1000px) {
      .slide-out-widget-area-toggle a { transform: translateZ(0);  }
    }
    

    Try this and let us know how it goes.

    Kind regards,

  •   Patryk replied privately