updating breadcrumb
authorIan Weller <ian@gaslightmedia.com>
Fri, 4 Nov 2016 16:31:26 +0000 (12:31 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 4 Nov 2016 16:31:26 +0000 (12:31 -0400)
I updated the classes for the breadcrumbs. Now it shouldn't be natually
banging against the side of page.

root/sections/interior-page.php

index cc77ca0..dcfda19 100644 (file)
@@ -3,7 +3,7 @@
                             <div class="row">
                                 <?php if(function_exists('bcn_display') && !is_front_page())
                                 {
-                                    echo "<div class=\"breadcrumbs\">";
+                                    echo "<div class=\"breadcrumbs small-12 columns\">";
                                     bcn_display();
                                     echo "</div>";
                                 }