About us page
60.About us page
Module position: tp-about-us-intro
Module class suffix: tp-title-no-padding tp-about-us

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 custom html module
Step-2:
Add the following html code in you Custom html module
<div class="col-sm-12">
<h3 class="module-title text-center"><span class="title-left">Introduction </span>
<span class="title-right"> about us</span>
</h3>
<p class=" text-center tp-sub-text" style="margin-bottom: 30px;">We are big fishes
in industry</p>
</div>
<div class="col-sm-4"><img class="img-responsive" src="images/themeparrot/h1.jpg"
alt="h1" />
<h3 class="module-title "><span class="title-left">About </span>
<span class="title-right"> Runway</span>
</h3>
<p>Phasellus justo ligula, dictum sit amet tortor eu, iaculis tristique turpis.
Mauris non orci sed est suscipit tempor ut quis felis.</p><a href="#" class="btn-link">
Read more</a>
</div>
<div class="col-sm-4"><img class="img-responsive" src="images/themeparrot/h2.jpg"
alt="h2" />
<h3 class="module-title "><span class="title-left">Who</span>
<span class="title-right"> we are</span>
</h3>
<p>Phasellus justo ligula, dictum sit amet tortor eu, iaculis tristique turpis.
Mauris non orci sed est suscipit tempor ut quis felis.</p><a href="#" class="btn-link">
Read more</a>
</div>
<div class="col-sm-4"><img class="img-responsive" src="images/themeparrot/h3.jpg"
alt="h3" />
<h3 class="module-title "><span class="title-left">Our</span>
<span class="title-right"> Mission</span>
</h3>
<p>Phasellus justo ligula, dictum sit amet tortor eu, iaculis tristique turpis.
Mauris non orci sed est suscipit tempor ut quis felis.</p><a href="#" class="btn-link">
Read more</a>
</div>
Step-3:
Once the module is created successfully SAVE & CLOSE the settings
Last updated