home 6 shop intro
43. home 6 shop intro
Module position: tp-intro
Module class suffix: tp-feature-2

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:
Create a new module type as "Custom Html"
Step-2:
Add the following html code in your custom html module
<div class="row tp-sl-10">
<div class="col-md-4 col-sm-4">
<div class="services-box-4"><em class="icon-line2-plane"></em>
<div class="content">
<h3>Free Shipping</h3>
<p>Duis nec aliquet massa, sed dapibus mauris.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="services-box-4"><em class="icon-banknote"></em>
<div class="content">
<h3>Money Back Guarantee</h3>
<p>Duis nec aliquet massa, sed dapibus mauris.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="services-box-4"><em class="icon-heart2"></em>
<div class="content">
<h3>Sale up to 50% OFF on friday</h3>
<p>Duis nec aliquet massa, sed dapibus mauris.</p>
</div>
</div>
</div>
</div>
Step-3:
Once the module is created successfully SAVE & CLOSE The settings
Last updated