From: Laury GvR Date: Wed, 26 Jul 2017 19:06:06 +0000 (-0400) Subject: Added display block to content parents to ensure a min-height of 800px even on Firefox X-Git-Tag: v1.0.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6311c341f3d6134c7472048512eae6111842670a;p=WP-Themes%2Fcharlevoixdesign2017.git Added display block to content parents to ensure a min-height of 800px even on Firefox --- 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 {