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.
<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">
<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">