Continuing work on the Header
authorIan Weller <ian@gaslightmedia.com>
Mon, 26 Aug 2019 13:38:14 +0000 (09:38 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 26 Aug 2019 13:38:14 +0000 (09:38 -0400)
I still working on the header of the site.  The only part that is
serving as a roadblock to the header layout is the area after the
navigation that has the social icons, search, and what looks like a
widget area.  I'm presuming it's a weather widget where in the psd it
says 75 degrees.

header.php

index 670c6a2..373dcae 100644 (file)
@@ -60,7 +60,7 @@ window._fbq.push(['track', 'PixelInitialized', {}]);
                                 <li><a href="<?php echo get_permalink(164);?>">Contact Us</a></li>
                                 <li><a id="search-input" href="#"><img alt="Search Link" src="<?php echo get_template_directory_uri();?>/assets/search-icon.png"></a></li>
                             </ul>
-                            <?php get_template_part("parts/search"); ?>
+                            
                         </div>
                         <div class="row">
                             <div class="small-12 medium-6 small-centered text-center columns show-for-medium-down">
@@ -78,7 +78,12 @@ window._fbq.push(['track', 'PixelInitialized', {}]);
 
                             <div class="large-3 columns show-for-large-up">
                                 <div class="row large-collapse">
-                                    
+                                    <div class="large-6 columns right">
+                                        <ul>
+                                            <li><a id="search-input" href="#"><img alt="Search Link" src="<?php echo get_template_directory_uri();?>/assets/search-icon.png"></a></li>
+                                        </ul>
+                                        <?php get_template_part("parts/search"); ?>
+                                    </div>
                                 </div>
                             </div>
                             <nav class="tab-bar show-for-medium-down">