From: Anthony Talarico Date: Thu, 17 Mar 2016 18:30:37 +0000 (-0400) Subject: adjusting off canvas shareThis icon position X-Git-Tag: v1.0.0^2~80 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e3ea8b40b0a80a6e6c38ab6913cebfde85f41c49;p=WP-Themes%2FDiscoverKZOO.git adjusting off canvas shareThis icon position --- diff --git a/css/app.css b/css/app.css index 84f01ac..937a327 100644 --- a/css/app.css +++ b/css/app.css @@ -7145,7 +7145,7 @@ header { width: 52px; height: 22px; } -#footerShareThis { +#footerShareThis, #stOff { position: relative; top: 6px; } diff --git a/scss/_main.scss b/scss/_main.scss index ea2c764..6d70fbd 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -375,7 +375,7 @@ width: 52px; height: 22px; } -#footerShareThis{ +#footerShareThis, #stOff{ position: relative; top: 6px; } \ No newline at end of file