Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author rfgoetz

    (@rfgoetz)

    First — thanks for giving me your URL, it really helps to debug!

    Two Options:

    1) In the TopBar CSS Option C – removed the “position:fixed”. This will push your page down BUT the TopBar will disappear if the user scrolls.

    2) I played around with your site with Chrome’s developer tools. In your theme’s style.css, try changing your padding-top from 5px to 50px for #header. Should be line 127 and this it what is should look like after you edit it:

    #header{height:190px;padding-top: 50px;border-bottom:0px solid #EAEAEA;position:relative}

    Let me know if either works for you,

    Bob

    Thread Starter ismaelhaider

    (@ismaelhaider)

    Hi Bob,
    Thanks for quick reply, Top Bar CSS option C now lookis like

    top: 30; padding:0; margin:0; width: 100%; z-index: 99999;

    and in my template code is now
    #header{height:190px;padding-top: 50px;border-bottom:0px solid #EAEAEA;position:relative}

    but still its showin differnt style in IE,Firefox and crome, amd topbar is not scrolling

    Plugin Author rfgoetz

    (@rfgoetz)

    For some reason, I don’t see the TopBar in your sites code anymore.

    Can you disable your existing TopBar and create a new one?

    Go ahead and change any options — but do not change the CSS Option C.

    Let me know if that works.

    Also, when I look at your site, I see a black Admin Bar at the very top (with “Login and Directory Dashboard”.. I think that it will occupy the same area that the TopBar would and will hide any TopBar.

    Bob

    Plugin Author rfgoetz

    (@rfgoetz)

    Closed – no response in over a week.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Top Bar hides the menu’ is closed to new replies.