# Standard Support

### Standard Support

> Module position: home-6
>
> Module class suffix: Not used

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2F56BGaySWl5vfbw3QZaKj%2FStandard_Support.png?alt=media\&token=1348811a-ca91-4b99-b139-52b49513afc7)

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:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FGZZAJzC2SGabrLIUwQpM%2F3_Offcanvas_menu_configuration_step1.png?alt=media\&token=8824c42e-997f-4266-8595-cea89c4e68bd)

#### Step-2:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2Fgswjw5Yf1Poa6BKoMshQ%2FHome_page_banner_step2.png?alt=media\&token=172aefbe-ee77-4dfb-aee4-9e06c9ea5413)

#### Step-3:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FqYHNvzxIBU2PmDYka44T%2FStandard_Support_step1.png?alt=media\&token=7cf3c4e4-9ef4-458d-a8e1-b17967a5f1c1)

#### Step-4:

Add the following code in your custom module

```html
<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">&nbsp;</div>
        </div>
    </div>
</div>
```
