diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php index 1e90afc3f953..87c269929cf7 100755 --- a/app/controllers/AccountController.php +++ b/app/controllers/AccountController.php @@ -681,7 +681,7 @@ class AccountController extends \BaseController { File::delete('logo/' . $account->account_key . '.jpg'); $image = Image::make($path)->resize(200, 120, true, false); - Image::canvas($image->width, $image->height, '#FFFFFF')->insert($image)->save($account->getLogoPath()); + Image::canvas($image->width, $image->height, '#FFFFFF')->insert($image)->save($account->getLogoPath()); } Event::fire('user.refresh'); diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index 1e953ace581b..2a254a89be30 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -185,7 +185,7 @@ return array( 'users' => 'Users', 'localization' => 'Localization', 'remove_logo' => 'Remove logo', - 'logo_help' => 'Supported: JPEG, GIF and PNG. Recommended height: 120px', + 'logo_help' => 'Supported: JPEG, GIF and PNG. Recommended size: 200px width by 120px height', 'payment_gateway' => 'Payment Gateway', 'gateway_id' => 'Provider', 'email_notifications' => 'Email Notifications', diff --git a/app/views/public/header.blade.php b/app/views/public/header.blade.php index 8c851c85f57f..4ee29664d9e6 100644 --- a/app/views/public/header.blade.php +++ b/app/views/public/header.blade.php @@ -197,7 +197,7 @@
- +
diff --git a/public/built.public.css b/public/built.public.css index 17bf8944e8b9..540bda692579 100644 --- a/public/built.public.css +++ b/public/built.public.css @@ -20,6 +20,7 @@ body { font-family: Roboto, sans-serif; line-height: 1.6; background-color: #fff; + overflow-x: hidden; } .center-block { margin: 0 auto!; @@ -254,7 +255,6 @@ section.features4 { padding-bottom: 0; } - section.features.upper-footer { background-color: #fad129; padding: 40px 0; @@ -751,6 +751,7 @@ footer.footer form#mad_mimi_signup_form input { margin-bottom: 10px; } + section.features, section.blue, section, section.secure, section.about, section.team, section.contact { padding: 40px 0; margin: 0 !important; @@ -782,7 +783,6 @@ padding: 20px 0 0 0; section.features-splash { margin-top: -20px !important; } - section.features .col-md-7 img{ max-width: 100%; margin: 0;