From: Anthony Talarico Date: Wed, 7 Dec 2016 20:06:03 +0000 (-0500) Subject: trimming the day trip top bar menu title, fixing the header content tab bar top posit... X-Git-Tag: v1.0.0^2~104 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=13535d23f23295e70624fb9608538faf188b19b7;p=WP-Themes%2Fmackinawareavb.git trimming the day trip top bar menu title, fixing the header content tab bar top position so it doesn't jerk up and down --- diff --git a/css/app.css b/css/app.css index be3f63b..89f360e 100644 --- a/css/app.css +++ b/css/app.css @@ -6446,10 +6446,10 @@ header { .tab-bar { margin: 0 -15px; - top: 40px; } - @media screen and (max-width: 589px) { + top: 35px; } + @media (min-width: 589px) { .tab-bar { - top: 15px; } } + top: 60px; } } @media screen and (max-width: 501px) { .tab-bar { top: 0; } } diff --git a/parts/interactive-map.php b/parts/interactive-map.php index ddcaf46..7583424 100644 --- a/parts/interactive-map.php +++ b/parts/interactive-map.php @@ -1,6 +1,6 @@