# Text wrapping broken on mobile view due to the Easy Footer theme component

**URL:** <https://meta.discourse.org/t/text-wrapping-broken-on-mobile-view-due-to-the-easy-footer-theme-component/226500>\
**Category:** Support\
**Created:** [May 9, 2022, 6:31am 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:** 8

<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:** [May 9, 2022, 12:04pm UTC](https://meta.discourse.org/t/text-wrapping-broken-on-mobile-view-due-to-the-easy-footer-theme-component/226500/8 "2022-05-09T12:04:27Z")

</div>

I think that is because the advertisement is not fit to mobile width. Can you try to disable the [Easy responsive footer](https://meta.discourse.org/t/easy-responsive-footer/95818) and the other component you created with the snippet i posted before. Just for checking the padding issue is from the adverts or other?

I think I found a possible solution for this. 🤔

Could you add this to the same new component what you create before to check how it works? Just paste it below the previous snippet @dis_whiterussian

```css
.wrap {
  margin-left: unset;
  margin-right: unset;
}

```

---

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