Global partners

Global partners

Module position: home-4

Module class suffix: Not used

If you want to display your information like this you have to create a menu and publish the menu module like below

Step-1:

Step-2:

Step-3:

Step-4:

Add the following code in your custom module

<div class="h-block-4 h-block black">
    <div class="h-block-content">
        <div class="row">
            <div class="col-sm-6 wow fadeInUp animated" data-wow-delay="0.5s">
                <h2>Global partners.</h2>
                <p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
                <p><a href="#" class="hp-btn">Learn more</a></p>
            </div>
            <div class="col-sm-6">
                <div class="image-block"><img src="images/themeparrot/banner_images/homepage.png" alt="homepage" class="img-responsive image-2 wow fadeInRight animated" data-wow-delay="0.5s" /><img src="images/themeparrot/banner_images/surprisingly_simple_mobile_image.png" alt="iPhone" class="img-responsive image-1 wow fadeInLeft animated" data-wow-delay="0.5s" /></div>
            </div>
        </div>
    </div>
</div

Last updated