• Hi,

    Thank you for this plugin, it looks great when I have tested it as a non-admin member. However, when I am logged in as admin, the layout of the wp menu and the sticky menu screws up.

    There is a white gap the height of the wp-admin menu at the top, then the wp-menu shows and then the rest of the sticky menu shows. The menu is sticky but always overlapped by the wp admin bar.

    How can I fix this?

    Thank you

    https://wordpress.org/plugins/mystickymenu/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter LLY

    (@lly)

    I can see the wp-admin menu jumps down on top of the sticky menu when the page is loading.

    Here too, only a white bar instead of the short menu top at preview.
    Is this browserversion depended ?

    the wp-menu sits on top of the footer after activating the plugin.
    How to make the wp-menu at the top at the white space?

    Try to use this css, change z-index to be less than in mystickymenu settings.

    #wpadminbar {
        position: absolute!important;
        z-index: 9999;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sticky menu gets partly hidden by wp-admin menu’ is closed to new replies.