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.
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.
I share this question. In the meantime has anyone addressed this with custom css?
Just add this in Mobile / CSS of a theme component:
.published-page-body {
margin: 20px;
}
Is this still an issue @joffreyjaffeux?
I will push a fix for his Monday, I have something ready already 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.