# Customer Service

### CUSTOMER SERVICE

> Module position: footer-2
>
> Module class suffix: Not used

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2Fo1iwLXqo9ialzeji1S42%2FFooter_2.png?alt=media\&token=696b72d4-a21d-46df-8e9a-58c37945e090)

If you want to display your Footer 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%2FWbbJiFEg2mAFiGeBdz5i%2F3_Offcanvas_menu_configuration_step1.png?alt=media\&token=0ed7b078-fa05-4ec5-a144-c2e6b10d46c4)

#### Step-2:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FynFEGqP5n4O18ksSNkU4%2FHome_page_banner_step2.png?alt=media\&token=b78423b9-3112-47b9-8a69-7a3676c01e1e)

#### Step-3:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2F56M3SNUlVbWfo4Ux4LP7%2FFooter_2_step1.png?alt=media\&token=e740a295-c597-4651-a7ec-db33afc37095)

#### Step-4:

Add the following code in your custom module

```html
<div class="footer-block footer-2">
    <ul class="nav nav-stacked">
        <li><a href="#">Demo <span>New</span></a></li>
        <li><a href="index.php/docs">Documentation</a></li>
        <li><a href="#">Services</a></li>
        <li><a href="index.php/support">Support</a></li>
        <li><a href="index.php/contact-us">Contact us</a></li>
    </ul>
</div>
```
