Been offline for a bit but it looks like this has been addressed. This has been fixed by @julian in commit d33d965 to nodebb-theme-persona and commit 9d202d9 to nodebb.
Thanks Julian!
I feel that the full width display of posts is not my style, i'm hoping there is an option to use boxed display
Anyone? Not even a custom implementation?
You can do something like this in the custom CSS section in the ACP
.posts {
max-width: 50%;
}
@psychobunny thanks. Will that affect the mobile and tablet views as well?
PS: I'd like to tinker with font styles and sizes too. Could you point me in the right direction?
@Mawi-Raura You can edit your own style from http://yourforum.com/admin/appearance/customise
Or you can create your own themes and override as needed. Look here : https://docs.nodebb.org/vi/latest/themes/create.html