This topic is locked

How to center a dashboard

10/4/2014 6:09:24 PM
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;

}