Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 change col-xs-6 to col-xs-12
col-lg-4 col-md-6
col-xs-6
col-xs-12
@julian Thanks