• Resolved rashidazhussain

    (@rashidazhussain)


    Hello,

    WEBSITE URL: [ redundant link removed ]

    I need help to make my top bar and navigation bar fixed, altogether. Navigation bar is already fixed. How can I set my top bar fixed as well?

    Thanks & Regards,
    Rashida H.

    • This topic was modified 4 years, 6 months ago by James Huff. Reason: redundant link removed
    • This topic was modified 4 years, 6 months ago by James Huff.
    • This topic was modified 4 years, 6 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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: 60px !important
    }

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

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

    Thread Starter rashidazhussain

    (@rashidazhussain)

    Thank you so much for your help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS help needed to make the top bar fixed.’ is closed to new replies.