Center the title text for the grid menu

To change the text alignment of the text in the grid menu paste the following code into the screen CSS.

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-desc .metro-title, [data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-desc .metro-title+p {
    text-align: center;
}