Tom Hutchison пре 7 година
родитељ
комит
72cbb04891
3 измењених фајлова са 7 додато и 2 уклоњено
  1. 1 0
      CHANGELOG.md
  2. 1 1
      Foreground.skin.php
  3. 5 1
      assets/stylesheets/foreground.css

+ 1 - 0
CHANGELOG.md

@@ -1,5 +1,6 @@
 ## Version 2.1
 
+* [bug] Regression - Text footer alignment and social icons (follow) #319
 * [bug fix] AddThis div container #295
 * [enhancement] Hide AddThis on non content pages by disabling <script> from running
 * [bug fix] Fixes for VisualEditor changes in editor layout #313

+ 1 - 1
Foreground.skin.php

@@ -87,7 +87,7 @@ class foregroundTemplate extends BaseTemplate {
 				break;
 		}
 		// Set default variables for footer and switch them if 'showFooterIcons' => true
-		$footerLeftClass = 'small-8 large-centered columns text-center';
+		$footerLeftClass = 'small-12 large-centered columns text-center';
 		$footerRightClass = 'large-12 small-12 columns';
 		$poweredbyType = "nocopyright";
 		$poweredbyMakeType = 'withoutImage';

+ 5 - 1
assets/stylesheets/foreground.css

@@ -243,7 +243,11 @@ footer.row ul.views.columns li {
 /* Make social follow float right */
 
 .social-follow {
-    float: right;
+    text-align: center;
+}
+div.social-follow div[class*="addthis"] {
+    text-align: left;
+    display: inline-block;
 }
 
 /* end social footer classes */