> 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

![](/files/tOwh07xtBINeWi3UsGIz)

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:

![](/files/6hrr0hNnQSFGHfWLA3V3)

#### Step-2:

![](/files/G7CaC8N2b47H5SyFTA48)

#### Step-3:

![](/files/T19N1fldS3DXeLe9BVMt)

#### 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>
</
```
