diff --git a/doc/html/slurm.css b/doc/html/slurm.css
index 6dee0b7691981be711192ed2d4314a1f94609436..71e0577dd0e8aaa5dcc8e3f09ac861ee71fbd880 100644
--- a/doc/html/slurm.css
+++ b/doc/html/slurm.css
@@ -81,6 +81,7 @@ body:before {
 	background: #FCFCFC;
 	border-bottom: 1px solid #D8D8D8;
 	padding: 14px 0 10px;
+	height: 70px;
 }
 
 #cse * {
@@ -141,6 +142,12 @@ body:before {
 	}
 
 	.site-header {
+		float: left;
+		width: 360px;
+		min-width: 360px;
+		z-index: 1000;
+		border-bottom-width: 0;
+		border-right-width: 1px;
 		background: #FCFCFC;
 	}
 
@@ -148,6 +155,7 @@ body:before {
 		overflow: hidden;
 		border-bottom: 1px solid #D8D8D8;
 		background: #F5F5F5;
+		height: 70px
 	}
 
 	.site-masthead__title {
diff --git a/doc/html/style.css b/doc/html/style.css
index b1111d6e51081fed4b3a286cb56d1b21ce1a8765..dc2057c020105990466dbd2b5a3135b906999cf0 100644
--- a/doc/html/style.css
+++ b/doc/html/style.css
@@ -683,6 +683,7 @@ input[type="checkbox"] {
 	.site-header {
 		float: left;
 		width: 360px;
+		min-width: 360px;
 		z-index: 1000;
 		border-bottom-width: 0;
 		border-right-width: 1px;
@@ -727,7 +728,7 @@ input[type="checkbox"] {
 	}
 
 	.content .container {
-		padding: 0 12.2% 0 9.2%;
+		padding: 0 8% 0 8%;
 		margin: 0;
 	}