diff --git a/app/Controllers/View/CertificateController.php b/app/Controllers/View/CertificateController.php index 2c56125..08737b3 100644 --- a/app/Controllers/View/CertificateController.php +++ b/app/Controllers/View/CertificateController.php @@ -388,7 +388,7 @@ class CertificateController extends BaseController if ($certNumber !== '') { $pdf->SetFont('helvetica', '', 8); $pdf->SetTextColor(150, 150, 150); - $pdf->SetXY(70.87, $H - 39.68); + $pdf->SetXY(70.86, $H - 39.68); $pdf->Cell(200, 12, 'Certificate No. ' . $certNumber, 0, 0, 'L'); $pdf->SetTextColor(0, 0, 0); }