• Resolved Anonymous User 17967187

    (@anonymized-17967187)


    Hi,
    Lately, this plugin pushes my header down. Even if I just enable the plugin and only set scroll distance to 200, when I test it, after I scroll 200 px the header is pushed down for cca 100 px.

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

Viewing 6 replies - 16 through 21 (of 21 total)
  • I also had to roll back to older version. Client complained when checking on smartphone. When I saw the results on smartphone it was even worse.

    The old version’s shrinking effect is also a lot smoother. Really a big difference in smoothness.

    So, also rolled back. Hoping for a better update soon.
    Best regards. Dirk

    • This reply was modified 4 years, 2 months ago by dirkd.

    @rwattner i think is more suitable

    .admin-bar .she-header {
    top: 32px !important;
    }

    I am having the same issue since updating to 1.41. It pushes my headers (home and post) down.

    Yes the problem in elementor editor persist

    @rwattner i think is more suitable

    changing in line 25 of sticky-header-effects-for-elementor/assets/css/she-header-style.css

    this
    ————-
    .logged-in .she-header {
    top: 32px !important;
    }
    ————
    for
    ————
    .admin-bar .she-header {
    top: 32px !important;
    }
    ————
    fix inside in elementor editor ant outside editor

    Plugin Contributor Robert Wattner

    (@rwattner)

    @sermalefico I’ve made the changes to the CSS and updated the plugin

    Plugin Contributor Robert Wattner

    (@rwattner)

    looks like now I need

    .admin-bar .she-header, .admin-bar .she-header-yes {
    top: 32px;
    }

    To move the initial header down

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Header is pushed down’ is closed to new replies.