Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    You may need to adjust this some but try adding this to your custom css box in the theme options.

    #topbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    }
    .admin-bar #topbar {
    top:28px;
    }
    .headerclass {
    margin-top: 30px;
    }

    Kadence Themes

    Thread Starter Felixoinzaghi

    (@felixoinzaghi)

    ok thank you..very much..

    Thread Starter Felixoinzaghi

    (@felixoinzaghi)

    hai again…i have a problem here…on the home page the sticky top bar works well and when we scroll up or down the product pictures are behind the top bar..but on the product page, the picture is in front of the sticky top bar..can you help me?

    here is the link

    thank you..

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Just need to change your z index

    #topbar {
    z-index: 9999;
    }

    Kadence Themes

    Thread Starter Felixoinzaghi

    (@felixoinzaghi)

    awesome…thank you very much..

    Thread Starter Felixoinzaghi

    (@felixoinzaghi)

    sorry..after i check..it doesn’t work..the picture is still in front of the top bar..

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Sorry add another 9

    #topbar {
    z-index: 99999;
    }
    Kadence Themes

    Thread Starter Felixoinzaghi

    (@felixoinzaghi)

    thank you…it works
    God bless

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘sticky top bar(menu)’ is closed to new replies.