From: Laury GvR Date: Fri, 19 Aug 2016 14:50:32 +0000 (-0400) Subject: Footer style edits for news bar and city list X-Git-Tag: v1.0.0^2~106 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=64bf4bd37009a5bae502bf621cc753c448d9c130;p=WP-Themes%2Fpetoskeyarea.git Footer style edits for news bar and city list The footer news bar had to be restyled due to the signup button changing from a false input field to a signup button. City list font also decreased so it will fit. --- diff --git a/css/app.css b/css/app.css index 2e80f27..45849ea 100644 --- a/css/app.css +++ b/css/app.css @@ -7935,6 +7935,9 @@ footer.main { #news-footer a { margin-top: 20px; } +#news-signup-text { + padding-bottom: 20px; } + #foot-bottom { background: #0264a1; padding: 55px 0; } @@ -7964,12 +7967,26 @@ footer.main { #foot-bottom img { margin-top: 0; } } -#locations span { - white-space: nowrap; - font-size: 11px; } -@media only screen and (max-width: 40em) { - #locations { - margin-bottom: 20px; } } +#locations-copyright-container { + padding: 0; } + +#footer_address span.bullet, #locations-copyright-container span.bullet { + margin: 0 2.5px; } + @media only screen and (max-width: 40em) { + #footer_address span.bullet, #locations-copyright-container span.bullet { + display: none !important; } } + +#locations { + padding: 35px 0 0; + float: none; + margin: 0 auto; } + #locations span { + color: #FFFFFF; + white-space: nowrap; + font-size: 11px; } + @media only screen and (max-width: 40em) { + #locations { + margin-bottom: 20px; } } #footer_address span { white-space: nowrap; @@ -7998,14 +8015,13 @@ footer.main { background: #0093d1; } #copyright { - padding: 35px 0 0; margin: 0 auto; float: none; } @media only screen and (max-width: 40em) { #copyright { padding-top: 25px; } } #copyright span { - font-size: 0.875rem; + font-size: 1rem; color: #FFFFFF; white-space: nowrap; } #copyright a { @@ -8014,12 +8030,6 @@ footer.main { #copyright { padding-top: 20px; } } -#footer_address span.bullet, #copyright span.bullet { - margin: 0 2.5px; } - @media only screen and (max-width: 40em) { - #footer_address span.bullet, #copyright span.bullet { - display: none !important; } } - .off-canvas-wrap { min-height: 100%; } .off-canvas-wrap .inner-wrap { diff --git a/footer.php b/footer.php index d0da99a..2f4e831 100644 --- a/footer.php +++ b/footer.php @@ -32,12 +32,12 @@