• When updated to latest version of the plugin, my sticky headers stoped being fixed one under the other due to those **!important** in the code.

    .she-header {
    position: fixed !important;
    top: 0 !important; <——— this break
    }

    Those important makes the atribute “offset” of the menu being overwritten.

  • The topic ‘Bad styles in last update’ is closed to new replies.