ZacharyN
3/2/2015 - 2:41 PM

Use this code to float two CTA buttons (Services & Custom Care Plans) at the bottom of your page. I typically use this on my Local Office/Wh

Use this code to float two CTA buttons (Services & Custom Care Plans) at the bottom of your page. I typically use this on my Local Office/Who We Are pages.

<!-- ========== CTA BUTTON FLOAT CODE ========== -->

<div style="float:left; width:50%;">
	<div align="center">
		<a class="button button-blue" title="Learn About Our In-Home Care Services" href="#">Explore Our Care Services &raquo;</a>
	</div>
</div>
<div style="float:left; width:50%;">
	<div align="center">
		<a class="button button-red" title="Discover the Right Custom Care for Your Family" href="#">Discover Custom Care Plans &raquo;</a>
	</div>
</div>
<!-- ========== END CTA BUTTON FLOAT CODE ========== -->