Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #272602

    in the middle of my screen I’ll see pieces of my top navigation as I scroll. it only appears on Google Chrome, and only on my Enfold website (it doesn’t occur on regular internet surfing). here’s an example http://imgur.com/bQSQ699
    other people using chrome have told me they experience the same. would you happen to know if there’s a solution for this?

    #272661

    Hey!

    Try adding this code to the Quick CSS:

    #header_main_alternate, #header {
    -webkit-transform: translateZ(0);
    }

    Cheers!
    Josue

    #272662

    i added it but i’m still getting the same thing

    #272667

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #272672
    This reply has been marked as private.
    #273786

    Hi!

    I wonder if this issue is caused by a plugin because afaik no other user reported this issue. Maybe the cache plugin or wordfence breaks the layout for Chrome users? Try to deactivate all plugins please and check if this fixes the issue. If not please try to remove your custom css code (quick css field, child theme css, etc.) – maybe this code breaks your website somehow.

    Regards,
    Peter

    #297058
    This reply has been marked as private.
    #297061

    Hi!

    Please try adding following code to Quick CSS

    #header_main_alternate, #header {
    -webkit-backface-visibility:hidden;
    }

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.