# Changing timestamp impossible on mobile UI

**URL:** https://meta.discourse.org/t/changing-timestamp-impossible-on-mobile-ui/61602
**Category:** Bug
**Created:** [4월 25, 2017, 9:57오후 UTC](https://meta.discourse.org/t/changing-timestamp-impossible-on-mobile-ui/61602 "2017-04-25T21:57:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ChrisBeach](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chrisbeach/32/214628_2.png) [@ChrisBeach](https://meta.discourse.org/u/ChrisBeach)
#### Post date: [4월 25, 2017, 9:57오후 UTC](https://meta.discourse.org/t/changing-timestamp-impossible-on-mobile-ui/61602/1 "2017-04-25T21:57:30Z")

</div>

The (admin) change timestamp dialog was unusable on mobile devices as the button is hidden behind the date drop-down.

I mitigated this on my forum using the following CSS, which right-aligns buttons in the footer of modal dialogs

```
.modal-footer .btn-primary {
    float: right;
}

```

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [5월 4, 2017, 1:21오후 UTC](https://meta.discourse.org/t/changing-timestamp-impossible-on-mobile-ui/61602/2 "2017-05-04T13:21:14Z")

</div>

I added a new class for relevant modal footer and added the CSS you suggested.

[https://github.com/discourse/discourse/commit/0bdced165a1a9213cd720e651b79649698bad8f5](https://github.com/discourse/discourse/commit/0bdced165a1a9213cd720e651b79649698bad8f5)

Thanks for bringing this in our notice @ChrisBeach 👍

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [5월 4, 2017, 1:21오후 UTC](https://meta.discourse.org/t/changing-timestamp-impossible-on-mobile-ui/61602/3 "2017-05-04T13:21:18Z")

</div>


