I added the phone number to the header and placed it to appear before
the contact anchor.
<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>