From 8bff61fcae90ba1900c35a8feba7261461528073 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 8 Apr 2016 14:53:48 -0400 Subject: [PATCH] update the right column for the title start for pdf --- models/front/events/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/front/events/list.php b/models/front/events/list.php index 1402a44..0cc7916 100644 --- a/models/front/events/list.php +++ b/models/front/events/list.php @@ -31,7 +31,7 @@ class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction const PDF_LOGO_X = 20; const PDF_LOGO_Y = 760; const PDF_LFT_COL_X = 20; - const PDF_RGT_COL_X = 190; + const PDF_RGT_COL_X = 250; private $pages = array(); /** -- 2.17.1