fixing topbar responsiveness, 1024 to 1030 pushed nav items below the topbar.
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 Aug 2016 13:47:38 +0000 (09:47 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 Aug 2016 13:47:38 +0000 (09:47 -0400)
header.php
parts/reservation-form-main.php

index 8cb850a..8b224a6 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0">
-    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>    
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
   <body>
                             </div>
                         </div>
                         <div class="row large-collapse">
-                            <div id="nav-off" class="small-12 large-9 columns">
-                       
+                            <div id="nav-off" class="small-12 large-10 columns">
+
                                 <?php get_template_part('parts/top-bar');?>
                             </div>
-                            <div class="large-3 columns show-for-large-up book-btn">
+                            <div class="large-2 columns show-for-large-up book-btn">
                                 <div class="row large-collapse">
                                     <?php get_template_part ('parts/reservation-form-main');?>
                                 </div>
                                 </section>
 <!--
                                 <section class="middle tab-bar-section">
-                                    
+
                                 </section>
 -->
                                 <section class="right-small">
                                     <a class="right-off-canvas-toggle menu-icon" href="#"><span>Book a Room</span></a>
-                                        
+
                                 </section>
-                        
+
                             </nav>
                         </div>
                      <div class="reservation-front" id="reservationContent">
@@ -69,5 +69,5 @@
                     </header>
                 </div>
                 </div>
-          
+
                     <?php get_template_part('parts/off-canvas-menu');?>
index 27246a3..ec2d77e 100644 (file)
@@ -1,6 +1,5 @@
-        <div id="bookit" class="small-6 columns text-center left">
+        <div id="bookit" class="small-10 columns text-center left">
             <li><a href="#">Book A Room</a>
 
             </li>
         </div>
-