brian85
This seems to help. Add this CSS to your custom CSS in the appearance section of your admin.
@media (max-width: 767px) {
.Composer {
bottom: 0 !important;
}
}
Or, instead of bottom, you could try top: 0 !important;
. You might like the way that looks/works better.
I'm sure there are other ways including fancy JavaScript which could ensure the post box on mobile sticks to the bottom. But, I tried various things and this was the only thing that worked well. And, an hour is all I can give to this. 😄 Also, I just mentioned, "sticks to the bottom," and so I should clarify... this CSS will not stick the post box to the bottom. The post box ends up in the middle of the iPhone screen. Which isn't horrible. I do wish I could get it to stick to the bottom like a sticky footer. That might require editing core HTML. Which I'm not doing.
Also, who knows if this messes anything up on other devices. I only have an iPhone to test this on. I don't have an Android.