Good evening... hoping someone can help me. I have a top navigation system created with a "top bar" div, followed by a sticky header. I want the top bar to remain visible, just like the rest of the navigation system, when people scroll down the page. My navigation coding looks like this. Any ideas?
<!-- Top Bar
============================================= -->
<div id="top-bar" class="transparent-topbar dark">
<div class="container clearfix center">
<!-- Top Social
============================================= -->
<div id="top-social">-
</div><!-- #top-social end --> </div> </div><!-- #top-bar end --> <!-- Header ============================================= --> <header id="header" class="sticky-style-2"> <div id="header-wrap"> <!-- Primary Navigation ============================================= --> <nav id="primary-menu" class="style-2 center"> <div class="container clearfix"> <div id="primary-menu-trigger"><i class="icon-reorder"></i></div> <li class="@@(_document['home_class'])@@">[HOME](../index-final.html) <li class="@@(_document['tickets_class'])@@">[TICKETS](../tickets.html) <li class="@@(_document['faqs_class'])@@">[FAQs](../faqs.html) <li class="@@(_document['walper_class'])@@">[THE WALPER HOTEL](../walper.html) <li class="@@(_document['davidstorm_class'])@@">[DAVID STORM](../davidstorm.html) <li class="@@(_document['bookings_class'])@@">[CORPORATE BOOKINGS](../bookings.html) <li class="@@(_document['media_class'])@@">[MEDIA](../media.html) </div> </nav><!-- #primary-menu end --> </div> </header><!-- #header end -->
