• Resolved morris373

    (@morris373)


    Hi

    Is it possible to have the topbar sticky as the Contct details would be there all the time.

    Thanks

    Colin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Can you specify the link of the site?

    Thread Starter morris373

    (@morris373)

    Hi

    Website is still under development so I don’t want anyone seeing it just yet.

    Just want the Top Nav Bar sticky. I have tried CSS and it didn’t work.

    Thanks

    Colin

    Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS ?:

    @media screen and (min-width: 1024px){
    .header-top-bar {
    position:fixed !important;
    min-width: 100% !important;
    }

    .navigation-bar {
    margin-top: 40px !important
    }

    .fixto-fixed {
    top: 0px !important;
    }

    .navigation-bar.coloured-nav.bordered.fixto-fixed {
    margin-top: 65px!important;
    z-index: 1000!important;
    }
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sticky Topbar Navigation’ is closed to new replies.