added the phone number
authorIan Weller <ian@gaslightmedia.com>
Wed, 1 Feb 2017 17:11:52 +0000 (12:11 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 1 Feb 2017 17:11:52 +0000 (12:11 -0500)
I added the phone number to the header and placed it to appear before
the contact anchor.

header.php

index 9afbac4..cff2dc2 100644 (file)
@@ -21,8 +21,8 @@
                         <div id="phrase" class="small-12 medium-6 columns text-center">
                             <h1>Professional Home, Lawn, Landscape Care</h1>
                         </div>
-                        <div class="medium-3 columns show-for-medium-up right text-right">
-                            <a href="<?php echo get_permalink(14); ?>">Contact Us</a>
+                        <div class="medium-3 columns show-for-medium-up text-right">
+                            <span class="left">231-526-6287</span><a href="<?php echo get_permalink(14); ?>">Contact Us</a>
                         </div>
                     </div>
                 </header>