@humanmadeaccount Use nodebb-plugin-buttons-galore text align is added in it 🙂
[Solved] How do I make the interface single column?
-
How do I make the interface single column? I recalled It was possible with v0.43. On v0.5 it never shinks to signle column regardless of windows width.
-
@nashsai In the ACP/Categories page, take a look at the "Custom Class" setting.
The default is:
col-lg-4 col-md-6
, just changecol-xs-6
tocol-xs-12
-
@julian Thanks