diff --git a/includes/Admin/Admin_Page.php b/includes/Admin/Admin_Page.php index 7dc652f8d..309e9f548 100644 --- a/includes/Admin/Admin_Page.php +++ b/includes/Admin/Admin_Page.php @@ -272,26 +272,22 @@ public function admin_footer() { 'type' => 'text/template', ) ); - - // Print check's page styles. - echo ''; + #plugin-check__results h4:first-child { + margin-top: 80.5px; + } + @media ( max-width: 782px ) { + #plugin-check__results h4:first-child { + margin-top: 88.5px; + } + } + +