• Hi
    Sorry… have really tried to find the solution on the forum.
    Just can’t get the sidebar to stick using Chrome (on a Mac). Seems to work ok on Safari and even Chrome iphone app.
    Any help much appreciated
    cheers

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, thanks for trying my plugin. 🙂

    When the parent element of a sticky element has some transform properties, this can interfere with the CSS that is applied to the element to make it sticky. In your case, it looks like the following CSS is causing this:

    #off-canvas-body-inner>#page-wrapper {
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden; 
    }

    If you’re able to remove webkit-transform-style: preserve-3d; from there (without breaking anything else in the theme), things should work.

Viewing 1 replies (of 1 total)

The topic ‘Chrome issues’ is closed to new replies.