# Tekstterugloop kapot op mobiele weergave door de Easy Footer thema-component

**URL:** https://meta.discourse.org/t/text-wrapping-broken-on-mobile-view-due-to-the-easy-footer-theme-component/226500
**Category:** Support
**Created:** [9 mei 2022 om 06:31 UTC](https://meta.discourse.org/t/text-wrapping-broken-on-mobile-view-due-to-the-easy-footer-theme-component/226500 "2022-05-09T06:31:32Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [9 mei 2022 om 07:38 UTC](https://meta.discourse.org/t/text-wrapping-broken-on-mobile-view-due-to-the-easy-footer-theme-component/226500/2 "2022-05-09T07:38:05Z")

</div>

Hello,

It seems to this cause by this [Easy Responsive Footer](https://meta.discourse.org/t/easy-responsive-footer/95818)  
The component has a css line `#main-outlet` which cause this.

> <https://github.com/discourse/Discourse-easy-footer/blob/6e2eee67633c09b24dbc3292c2c39251dab31c55/common/common.scss#L109>

There is an other report about this issue on the theme component topic.

> [@Easy Responsive Footer](https://meta.discourse.org/t/easy-responsive-footer/95818/162):
>
> When using this theme component on my phone, the width is not set to the screen width. The width extends, almost to the size of a desktop monitor. Testing can be done here: [https://forum.tzm.community/](https://forum.tzm.community/) Make sure to open it on a phone (or use the debug option in your browser, in Firefox you can trigger the bug by using the Galaxy Note 20 Linux profile).

* * *

You can use this quick fix until it is fixed.  
Go to `/admin/customize/themes` and create a new component.  
Click on mobile section css and add the following.

```css
#main-outlet {
  width: 100%;
  max-width: 100%;
}

```

 ![Screenshot 2022-05-09 at 10.49.53](https://global.discourse-cdn.com/meta/original/4X/e/0/a/e0ac0d8782c70474e9a402c949138bf2e0378e85.png)

---

_[View the full topic](https://meta.discourse.org/t/text-wrapping-broken-on-mobile-view-due-to-the-easy-footer-theme-component/226500)._
