diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index 36bfd84e132d828243244abe50aa83675466eeb5..348e9a5ab932063fb2a798ed420c35ab40ea4604 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -16,6 +16,12 @@ body {
      display: none;
 }
 
+div.clearer {
+     clear: left;
+     height: 0;
+     line-height: 0;
+}
+
 img {
      border: none;
 }
@@ -622,6 +628,7 @@ th {
 
 /* begin home page */
 
+/*
 #appsummary {
      clear: none;
      float: none;
@@ -647,6 +654,7 @@ h2.app {
      border-radius: 8px;
      margin: 1px 10px 15px 0 !important;
 }
+*/
 
 h4.app {
      margin: 0 10px 2px 10px;
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 0769389630a7c4b0b1180ad2cc1f5502eb5c2138..2e83181bf6319b01b1eaef0cbb92529fa0deb0ca 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -14,6 +14,12 @@ body {
      display: none;
 }
 
+div.clearer {
+     clear: left;
+     height: 0;
+     line-height: 0;
+}
+
 img {
      border: none;
 }
@@ -594,6 +600,7 @@ td {
 
 /* begin home page */
 
+/*
 #appsummary {
      clear: none;
      float: none;
@@ -618,6 +625,7 @@ h2.app {
      border-radius: 8px;
      margin: 1px 10px 15px 0 !important;
 }
+*/
 
 h4.app {
      margin: 0 10px 2px 10px;
diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index 3fb56cfd07a62ee57a58569960348eed14ba50f1..8dc5583ed6dda0fdf3db630c445f88b300c72590 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -16,6 +16,12 @@ body {
      display: none;
 }
 
+div.clearer {
+     clear: left;
+     height: 0;
+     line-height: 0;
+}
+
 img {
      border: none;
 }
@@ -630,6 +636,7 @@ th {
 
 /* begin home page */
 
+/*
 #appsummary {
      clear: none;
      float: none;
@@ -655,6 +662,7 @@ h2.app {
      border-radius: 8px;
      margin: 1px 10px 15px 0 !important;
 }
+*/
 
 h4.app {
      margin: 0 10px 2px 10px;