> 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/runway/layout-customization/home-styles/home-style-5/home-5-app-screenshots.md).

# Home 5 App screenshots

### 38. Home 5 App screenshots

> Module position: tp-work
>
> Module class suffix: tp-title-center

![](/files/udtwg4ESm0eK34vPTfUp)

If you want your module this way, **Go to backend: Extensions --> Module Manager --> New --> Select type as RokSprocket Module** with the settings below:

#### Step-1:

Create a new RokSprocket module

Select your module Layout as "Grids"

Select your Content provider as "Simple Provider"

Choose the Theme as "Default"

Publish the module in "tp-app-screen"

#### Step-2:

Once the module is created successfully You need to create a new "Custom html module"

#### Step-3:

Add the following html module in html module

```html
<div class="col-lg-12 col-md-12">
    <h3 class="module-title "><span class="title-left">App </span>
<span class="title-right"> screenshots</span>
    </h3>
    <p class="title-dec-gray tp-sub-text">Sed ut Perspiciatis Unde Omnis Iste Sed ut 
perspiciatis unde omnis iste natu error sit voluptatem accusan tium Sed ut</p>
</div>
<div class="col-sm-12">
    <div>{loadposition tp-app-screen}</div>
</div>
```

Make sure the Prepare content is set to YES

#### Step-4:

Once the module is created successfully SAVE & CLOSE the settings.
