> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/bookstore/layout-customization/footer/about-us.md).

# About us

### About us

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

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FDccit8T2GFA8cGZYpkKl%2FAbout_us.png?alt=media\&token=e0cebdc0-798c-4973-8be1-99a8d4aaaf1f)

If you want to display your footer 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%2FShbCLxNWgOVN8ZDeTCqn%2FUnite_Revolution_Slider2_step1.png?alt=media\&token=4ffd1eb7-44b9-4859-b1c9-8c69da7157c6)

#### Step-2:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2F0K1SDtHKLuvGTUbJFnCF%2Fsocial_share_step2.png?alt=media\&token=5bad5c42-f035-4014-82aa-425b3226d528)

#### Step-3:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2F6gX7L7t7pTPVWzn83n6R%2FAbout_us_step1.png?alt=media\&token=0504fe5b-f05c-4c2f-b7e1-6caa6eee7dac)

#### Step-4:

Add the following code in your custom module

```html
<div class="about">
    <p>Lorem Ipsum has been the industry's standard dummy text when an unknown printer took a galley of type.</p>
    <ul>
        <li><em class="fa fa-map-marker"></em> <span>Themeparrot, Cbe, India</span></li>
        <li><em class="fa fa-phone"></em> <span>+91 132456789</span></li>
        <li><em class="fa fa-envelope-o"></em> <span><a href="mailto:support@themeparrot.com">support@themeparrot.com</a></span></li>
    </ul>
</
```
