Márgenes faltantes en móvil

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 Me gusta

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

4 Me gusta

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

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

Is this still an issue @j.jaffeux? :thinking:

4 Me gusta

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 Me gusta

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 Me gusta