breadcrumb update
authorIan Weller <ian@gaslightmedia.com>
Fri, 4 Nov 2016 16:34:32 +0000 (12:34 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 4 Nov 2016 16:34:32 +0000 (12:34 -0400)
I added classes to the breadcrumbs so they don't bash up against the side
of the screen.

root/sections/interior-page.php

index 3cf6169..f8c6225 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>";
             }