From: Laury GvR Date: Fri, 23 Aug 2019 15:34:12 +0000 (-0400) Subject: Remove reservation widget from header, fix js, adjust styles X-Git-Tag: v1.1.0^2~241 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=191e1372c277ca16a75d5ac1e9a71aa928e1e71b;p=WP-Themes%2Fpetoskeyarea.git Remove reservation widget from header, fix js, adjust styles --- diff --git a/footer.php b/footer.php index e0676a6..38d7da1 100644 --- a/footer.php +++ b/footer.php @@ -92,6 +92,8 @@ + + diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 9ab57fb..9e42ea7 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -198,11 +198,12 @@ header { } #resContent { //display: none; - background: rgb(115, 191, 69); + background: #eaeaea; //width: 350px; position: relative; display: block; - height: 52px; + height: auto; + padding: 40px; border: 2px solid white; // box-shadow: 0 6px 5px -2px gray; -webkit-box-shadow: 3px 3px 6px lighten($black, 5%);