From: Laury GvR Date: Wed, 14 Oct 2015 18:28:41 +0000 (-0400) Subject: Weather box repositioning. X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fb8e9581d31284dce5ce9f6c71f09583c0bae7bb;p=WP-Themes%2Fwesternup.git Weather box repositioning. --- diff --git a/css/app.css b/css/app.css index 7f3a16c..b6f17b5 100644 --- a/css/app.css +++ b/css/app.css @@ -7166,15 +7166,15 @@ h4 { height: auto; bottom: 100%; border: 5px solid #FFFFFF; - right: 25%; + right: 11%; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); z-index: 5; } @media (max-width: 935px) { #weather-widget { - right: 25%; } } + right: 5%; } } @media (max-width: 845px) { #weather-widget { - right: 20%; } } + right: 0%; } } @media (max-width: 745px) { #weather-widget { right: 16%; } } diff --git a/scss/plugins/_weatherwidget.scss b/scss/plugins/_weatherwidget.scss index b7acb85..9d87a67 100644 --- a/scss/plugins/_weatherwidget.scss +++ b/scss/plugins/_weatherwidget.scss @@ -22,14 +22,14 @@ height: auto; bottom: 100%; border: 5px solid $white; - right: 25%; + right: 11%; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); z-index: 5; @media (max-width: 935px) { - right: 25%; + right: 5%; } @media (max-width: 845px) { - right: 20%; + right: 0%; } @media (max-width: 745px) { right: 16%;