Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter zvillcb

    (@zvillcb)

    I was able to get the Admin bar back to the top, however the sticky menu renders above it when it reaches the make visible when threshold. IS there a way to make the menu bar to stick not to the top of the page, but to the bottom of the admin bar? I think the admin bar is approximately 28px. Thanks

    What theme are you using? What is the id of your admin bar?
    by default plugin will change admin bar from fixed to absolute.
    this is the css:

    #wpadminbar {
    position:absolute!important;
    top:0px!important;
    }

    That way admin bar scrolls with the page and never overlaps with the sticky menu.

    Thread Starter zvillcb

    (@zvillcb)

    I’m using the WP knowledge base theme http://ipanelthemes.com/kb/wp-knowledge-base-theme/ . Yeah, I checked the css of the #wpadminbar and the admin bar seems to randomly change between moving from the bottom to the top everytime position is changed to absolute, but it is now the same as above

    #wpadminbar {
    position:absolute!important;
    top:0px!important;
    }

    When the page is first loaded the admin bar and sticky menu are positioned correctly. When i begin to scroll the menu bar then moves to the top position on the screen, comepletely blocking the admin bar.

    Thread Starter zvillcb

    (@zvillcb)

    Nevermind. Figured out the problem.

    Can you tell me what was the problem, I would like to fix conflict between menu and your theme in future update

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘admin bar moved to bottom’ is closed to new replies.