Home-2 Promo Module

20. Home-2 Promo Module

Module position: tp-feature
Module suffix: Not used
If you want your module this way, Go to backend: Extensions --> Module Manager --> New --> Select type as Custom Html with the settings below:

Step-1

Step-2

Add the below code in your custom html module
<div class="container">
<div class="col-md-9">
<p>The fastest way to grow your business with the leader in Technology.</p>
</div>
<div class="col-md-3"><a href="#" class="btn btn-large">Purchase Now!</a>
</div>
</div>

Step-3