# Mobile site css issue after beta6 update

**URL:** https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412
**Category:** Bug
**Created:** [July 25, 2015, 2:29am UTC](https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412 "2015-07-25T02:29:07Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![boomer196](https://avatars.discourse-cdn.com/v4/letter/b/97f17d/32.png) [@boomer196](https://meta.discourse.org/u/boomer196)
#### Post date: [July 25, 2015, 2:29am UTC](https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412/1 "2015-07-25T02:29:07Z")

</div>

After upgrading to beta 6 the mobile site version of discourse covers the filter and new topic buttons. If you turn the phone sideways to go to landscape it works again. Is this something that I need to change or was it an update to the CSS? Thanks in advance!

 ![a58e7a551f182ce935345d7bda1c6332f605c4f6](https://global.discourse-cdn.com/meta/original/4X/5/5/0/5504e3857998f12740f716b86244986e9a252e2b.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [July 25, 2015, 2:50am UTC](https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412/2 "2015-07-25T02:50:32Z")

</div>

One quick workaround is to switch to an image for your logo, rather than text. (Or add an image logo, it looks like you do not have one.)

---

<div class="post-metadata">

### Author: ![PhilippBoeing](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/philippboeing/32/116347_2.png) [@PhilippBoeing](https://meta.discourse.org/u/PhilippBoeing)
#### Post date: [July 26, 2015, 1:35am UTC](https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412/3 "2015-07-26T01:35:13Z")

</div>

No, I had the same problem with an image logo. As far as I can see the standard mobile CSS defined the max-width as a little too wide (135px). It worked when signed out, but had the same problem when logged in.

Temporarily, I fixed it with a custom CSS for mobile:

```
.d-header #site-logo {
max-width: 130px;

```

}

---

<div class="post-metadata">

### Author: ![boomer196](https://avatars.discourse-cdn.com/v4/letter/b/97f17d/32.png) [@boomer196](https://meta.discourse.org/u/boomer196)
#### Post date: [July 26, 2015, 3:26am UTC](https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412/4 "2015-07-26T03:26:26Z")

</div>

It looks like it was changed in this revision: bf03209f4234ec124e536f589b777f8ae16aeacf

@PhilippBoeing Where did you make this change?

---

<div class="post-metadata">

### Author: ![boomer196](https://avatars.discourse-cdn.com/v4/letter/b/97f17d/32.png) [@boomer196](https://meta.discourse.org/u/boomer196)
#### Post date: [July 26, 2015, 3:38am UTC](https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412/5 "2015-07-26T03:38:42Z")

</div>

This is what I ended up doing and it fixed my issue:

In the Admin panel I went to Customization…CSS…clicked the mobile icon…and added this:

```
#site-text-logo {
    max-width: 122px;
}

```

Thanks everyone!

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [August 10, 2015, 3:22am UTC](https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412/6 "2015-08-10T03:22:20Z")

</div>

Pretty sure we have this fixed, flag to reopen if its still an issue when you disable that customization and are on latest

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [August 10, 2015, 3:22am UTC](https://meta.discourse.org/t/mobile-site-css-issue-after-beta6-update/31412/7 "2015-08-10T03:22:23Z")

</div>


