Standard Support
Standard Support
Module position: home-6
Module class suffix: Not used

If you want to display your content information like this you have to create a custom module and publish the custom module like below
Step-1:

Step-2:

Step-3:

Step-4:
Add the following code in your custom module
<div class="h-block-6 h-block white">
<div class="h-block-content">
<div class="row">
<div class="col-sm-6">
<h2 class="wow fadeInDown animated" data-wow-delay="0.5s">Standard Support.</h2>
<p class="wow fadeInUp animated" data-wow-delay="0.6s">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p class="wow fadeInUp animated" data-wow-delay="0.6s"><a href="#" class="hp-btn">Learn more</a></p>
</div>
<div class="col-sm-6"> </div>
</div>
</div>
</div>
Last updated