diff --git a/app/models/communication/website/page/education_program.rb b/app/models/communication/website/page/education_program.rb
index f6044605258fca6014f7faae337b9b8c88491cd2..74fd9b65350f537e7d5450e982447bcf54881dd7 100644
--- a/app/models/communication/website/page/education_program.rb
+++ b/app/models/communication/website/page/education_program.rb
@@ -53,6 +53,10 @@ class Communication::Website::Page::EducationProgram < Communication::Website::P
     true
   end
 
+  def full_width
+    true
+  end
+
   protected
   
   def current_git_path
diff --git a/app/models/communication/website/page/home.rb b/app/models/communication/website/page/home.rb
index 0d19444b5bde062e6cb954c76b6252b4dbe695ff..5e4ee047a0a31f90738a49ca6c5465aaebaf41a6 100644
--- a/app/models/communication/website/page/home.rb
+++ b/app/models/communication/website/page/home.rb
@@ -41,10 +41,6 @@
 #
 class Communication::Website::Page::Home < Communication::Website::Page
 
-  def editable_width?
-    false
-  end
-
   def full_width_by_default?
     true
   end