From: Anthony Talarico Date: Fri, 12 Feb 2016 18:57:22 +0000 (-0500) Subject: added social share buttons via simple share plugin and float to the right X-Git-Tag: v1.0.0^2~195 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=400045c162b4281b0b2b4602b11a2bfac3fd74a6;p=WP-Themes%2FDiscoverKZOO.git added social share buttons via simple share plugin and float to the right --- diff --git a/css/app.css b/css/app.css index 07f626a..e611d85 100644 --- a/css/app.css +++ b/css/app.css @@ -7544,6 +7544,9 @@ a#big-lens h1 { #social2 #in2 a { background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat; } +.ssba { + float: right; } + /* for the mobile menu */ aside.left-off-canvas-menu li.page_item { display: block; diff --git a/scss/_structure.scss b/scss/_structure.scss index 0837ab6..d02482d 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -124,4 +124,7 @@ a#big-lens h1 { } #social2 #in2 a { background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat; +} +.ssba{ + float: right; } \ No newline at end of file