Admin Dashboard

Basic layout (getting started)

Your content will be here inside .rd-page-content class.
To begins design your page content, copy this page source code, remove these two paragraphs (<p>) and let's start.

The RDTA use CSS grid by default since version 1.0.
To go back to use CSS flexbox as layout please modify the file assets/scss/rundiz-template-admin.scss and change the code from @import 'layout/_layout-displaygrid'; to @import 'layout/_layout'; and then compile the scss using this command sass --update assets/scss:assets/css.