• Resolved iworldc

    (@iworldc)


    Hi, the sticky element jumps to the right, instead of becoming sticky.
    What could be wrong? I use it with Thrive Architect.

    • This topic was modified 6 years, 5 months ago by iworldc.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • I don’t see the image in the right sidebar, for some reason.

    Can you try deactivating my plugin first and see if that brings the image back?

    Thread Starter iworldc

    (@iworldc)

    That’s strange, I do see it. Tried it in chrome and Firefox, both incognito mode.
    See video: https://vimeo.com/user14548392/review/296113701/6c905ba38f

    • This reply was modified 6 years, 5 months ago by iworldc.
    • This reply was modified 6 years, 5 months ago by iworldc.

    Sorry about that — my adblocker removed the image.

    It’s possible that certain styles on container elements are messing this up. Can you try making the entire sidebar sticky (not just the image) and see if that works?

    Thread Starter iworldc

    (@iworldc)

    Hi,

    Thanks for the tip of the ad blocker. I changed some things, so that Ad Block won’t block these images anymore.

    I tried making the whole sidebar sticky, but the result is the same.

    Which parent element properties could mess this up?

    It turns out that a transform property on a container is causing this (a known issue with CSS, not just my plugin).

    You can fix this by adding the following to your CSS code:

    body .thrv-page-section:not(.tve_evt_manager_listen):not(.tve_symbol_inside):not(.tve-custom-menu-inside), 
    body .thrv-content-box:not(.tve_evt_manager_listen):not(.tve_symbol_inside):not(.tve-custom-menu-inside) {
        -webkit-transform: none !important; 
        transform: none !important; 
    }
    • This reply was modified 6 years, 5 months ago by Senff - a11n.
    Thread Starter iworldc

    (@iworldc)

    Awesome, got it fixed! Looks great now.

    Thanks for your help. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sticky element jumps to the right’ is closed to new replies.