# באנר תחתון במובייל

**URL:** https://meta.discourse.org/t/bottom-banner-on-mobile/249787
**Category:** Support
**Created:** [24 בדצמבר,‏ 2022,‏ 4:34am UTC](https://meta.discourse.org/t/bottom-banner-on-mobile/249787 "2022-12-24T04:34:47Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![physixfan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/physixfan/32/184201_2.png) [@physixfan](https://meta.discourse.org/u/physixfan)
#### Post date: [24 בדצמבר,‏ 2022,‏ 4:34am UTC](https://meta.discourse.org/t/bottom-banner-on-mobile/249787/1 "2022-12-24T04:34:47Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/1/c/1/1c194ecf48e65ced737fa1f03b8be5e406b847e9.jpeg)

Suddenly i see this bottom banner on mobile. What is this thing actually called in settings? How do i get rid of it? It only appears in some browsers, not in all of them.

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [24 בדצמבר,‏ 2022,‏ 12:43pm UTC](https://meta.discourse.org/t/bottom-banner-on-mobile/249787/2 "2022-12-24T12:43:33Z")

</div>

> [@physixfan](#):
>
> How do i get rid of it?

Hopefully you can’t 😉 It is the only toolbox to logout, get an url or go back in history.

---

<div class="post-metadata">

### Author: ![physixfan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/physixfan/32/184201_2.png) [@physixfan](https://meta.discourse.org/u/physixfan)
#### Post date: [24 בדצמבר,‏ 2022,‏ 12:46pm UTC](https://meta.discourse.org/t/bottom-banner-on-mobile/249787/3 "2022-12-24T12:46:15Z")

</div>

Well i don’t see it in most browsers, and i think it is not very useful.

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [24 בדצמבר,‏ 2022,‏ 1:45pm UTC](https://meta.discourse.org/t/bottom-banner-on-mobile/249787/4 "2022-12-24T13:45:37Z")

</div>

Hello,

This footer navigation is only appears on iPhone DiscourseHub and PWA _(without the arrow down button)_ app. It is useful eg.: if you added more site to the DiscourseHub app then you can close the site with the arrow down button and go back to the added sites list so you don’t have to close the app to switch between sites. The rest buttons performs clear action. There is also an iPad version the difference is, on iPad this footer nav is on the top.

You can hide it with adding this to a theme component 🔽

Mobile / CSS

```scss
body:not(.footer-nav-ipad) .footer-nav {
  display: none;
}

```

---

<div class="post-metadata">

### Author: ![physixfan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/physixfan/32/184201_2.png) [@physixfan](https://meta.discourse.org/u/physixfan)
#### Post date: [24 בדצמבר,‏ 2022,‏ 1:52pm UTC](https://meta.discourse.org/t/bottom-banner-on-mobile/249787/5 "2022-12-24T13:52:23Z")

</div>

Great! Thank you very much!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [23 בינואר,‏ 2023,‏ 1:52pm UTC](https://meta.discourse.org/t/bottom-banner-on-mobile/249787/6 "2023-01-23T13:52:41Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
