changing the top bar to be visible in small only, removing the 'band' that was
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 16 Mar 2017 17:14:09 +0000 (13:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 16 Mar 2017 17:14:09 +0000 (13:14 -0400)
visible in medium view

parts/top-bar.php

index 4faa743..8f7ce73 100644 (file)
@@ -1,5 +1,5 @@
-<div class="band show-for-medium-up">
-    <nav class="top-bar small-center text-right show-for-medium-up" data-topbar role="navigation">
+<div class="band show-for-large-up">
+    <nav class="top-bar small-center text-right show-for-large-up" data-topbar role="navigation">
         <section class="top-bar-section">
             <?php get_template_part('parts/tickets-dropdown'); ?>
             <?php get_template_part('parts/schedules-dropdown'); ?>
@@ -7,7 +7,7 @@
         </section>
     </nav>
 </div>
-<nav class="tab-bar show-for-small-down">
+<nav class="tab-bar show-for-medium-down">
     <section class="left-small">
         <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
     </section>