# How to move this text on top

**URL:** https://community.glideapps.com/t/how-to-move-this-text-on-top/56109
**Category:** Ask for Help
**Created:** [December 28, 2022, 11:01am UTC](https://community.glideapps.com/t/how-to-move-this-text-on-top/56109 "2022-12-28T11:01:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [December 28, 2022, 11:01am UTC](https://community.glideapps.com/t/how-to-move-this-text-on-top/56109/1 "2022-12-28T11:01:54Z")

</div>

```
.background { position: fixed; margin-top:0; width: 100%; height:100%; top:0; right:0; left: 0%; z-index:-100; filter: brightness(100%); background: #efede0; background-size: cover; background-position: center center; }
```

```
[data-test="glide-app-bar"] \>div { background: #efede0 !important; } [id="tabBar"] { background: #efede0 !important; } Have used this css to change background. And added image component to add an image text "salem illampillai collections" But its not fixed on top ,what to change to fix it at top. ![Screenshot\_2022-12-28-16-32-15-894\_com.android.chrome|225x500](upload://sgMW8cbhqvfRAnqpHHxy8056TJ8.jpeg)
```
