Missing margins on mobile

I’ve noticed that in mobile, there are no margins for published pages.

I’m sure I could fix that for my little forum with a bit of CSS tweaking, but it might be better to do this for everyone.

12 Likes

I share this question. In the meantime has anyone addressed this with custom css?

4 Likes

Just add this in Mobile / CSS of a theme component:

.published-page-body {
  margin: 20px;
}
5 Likes

Is this still an issue @joffreyjaffeux? :thinking:

4 Likes

I will push a fix for his Monday, I have something ready already :+1: The long version is that we never had any mobile support of any kind in page publishing, so it was more than just adding margins.

14 Likes

Yes, here is a screenshot from our fresh install. (It doesn’t show very well in the screenshot unless you’re on a dark theme)

6 Likes