<div id="page-wrapper">
<?php
include "sections/header.php";
- include "sections/top-bar.php";
include "sections/off-canvas.php";
if (is_front_page()) {
include "sections/front-page.php";
<div class="small-12 medium-4 large-2 columns">
<a href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url'); ?>/assets/cornwells-logo.png"></a>
</div>
+ <div class="small-12 medium-8 large-10 columns">
+ <div class="search-shop right">
+ <a href="#"><img src="<?php bloginfo('template_url'); ?>/assets/cart-icon.png"> View Cart</a>
+ <button class="checkout">Checkout</button>
+ <button class="login">Log In</button>
+ <form role="search" method="get" class="searchform" action="<?php echo home_url('/'); ?>">
+ <input class="search-input" type="text" placeholder="Search" value="" name="s">
+ <input class="search-button" type="submit" value="GO" name="submit">
+ </form>
+ </div>
+ <?php get_template_part('sections/top-bar.php');?>
+ </div>
</div>
</header>
\ No newline at end of file