aligning the share this icon next to breadcrumbs on interior pages
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 23 Feb 2017 20:52:58 +0000 (15:52 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 23 Feb 2017 20:52:58 +0000 (15:52 -0500)
sections/interior-page.php

index 46816a8..3079377 100644 (file)
@@ -27,7 +27,7 @@
                                 <div class="small-12 medium-7 large-8 columns">
                                     <?php if(function_exists('bcn_display') && !is_front_page())
                                     {
-                                        echo "<div class=\"breadcrumbs small-12 columns\">";
+                                        echo "<div class=\"breadcrumbs small-11 columns\">";
                                         bcn_display();
 //                                        echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>';
                                         echo "</div>";