From: Anthony Talarico Date: Fri, 12 Feb 2016 19:01:37 +0000 (-0500) Subject: changing style to text align from float right X-Git-Tag: v1.0.0^2~194 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d3f40ed71e682d83d786ef0bffa618d2ac42a460;p=WP-Themes%2FDiscoverKZOO.git changing style to text align from float right --- diff --git a/css/app.css b/css/app.css index e611d85..ebb2924 100644 --- a/css/app.css +++ b/css/app.css @@ -7544,8 +7544,8 @@ a#big-lens h1 { #social2 #in2 a { background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat; } -.ssba { - float: right; } +.ssba.ssba-wrap > div { + text-align: right !important; } /* for the mobile menu */ aside.left-off-canvas-menu li.page_item { diff --git a/scss/_structure.scss b/scss/_structure.scss index d02482d..2f49bf2 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -125,6 +125,6 @@ a#big-lens h1 { #social2 #in2 a { background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat; } -.ssba{ - float: right; +.ssba.ssba-wrap > div{ + text-align: right !important; } \ No newline at end of file