Home-3 bottom Module

33.Home-3 bottom Module

Module position: Home-6

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="col-sm-4">
<img 
class="center-block img-responsive" src="images/themeparrot/mob_one.png" alt="mob one" />
</div>
<div class="col-sm-8 pad-container l-pad30 r-pad30">
    <h2 class="upper">What We Think For You</h2><br />
    <h4>A esthetic synth nesciunt you
 probably haven't heard of them accusamus labore sustainable</h4><br />
    <p>Lorem ipsum dolor sit amet, consectetur
 adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore 
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut 
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
 velit esse cillum dolore eu fugiat nulla pariatur.</p><br />
<a href="#" class="btn btn-large">Read More</a>
</div>

Last updated