hi Robert,
Go to theme folder -> inc -> structure -> header-extension.php at end of line no 350 and add below code
<div class="number-wrap">
<span>Call for a <br> Free Consultation: <a href="tel:5052472774" class="number" title="Call" rel="nofollow">(505) 247-2774</a></span>
</div>
Again go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.number-wrap {
float: left;
margin: 30px 0 0 30px;
}
.number-wrap .number {
font-size: 20px;
}
Thank you!