From 6311c341f3d6134c7472048512eae6111842670a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 26 Jul 2017 15:06:06 -0400 Subject: [PATCH] Added display block to content parents to ensure a min-height of 800px even on Firefox --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4b6eea5..69ed42f 100755 --- a/style.css +++ b/style.css @@ -2122,8 +2122,9 @@ body:not(.has-header-image):not(.has-header-video) .custom-header-media { text-align: center; } .parent-container.content-parent { - max-width: 1000px; - width: 100%; + max-width: 1000px; + width: 100%; + display: block; } @media screen and (min-width: 320px) { .parent-container.content-parent { -- 2.17.1