This topic is locked

How to center a dashboard

10/4/2014 18:09:24
PHPRunner Tips and Tricks
Sergey Kornilov admin

By default dashboard elements are left-aligned on dashboard page. To center all dashboard elements proceed to Style Editor and add the following under Custom CSS:

div.rnr-middle {

margin: auto;

}