Skip to content

Commit 502d83e

Browse files
committed
changing css class form navbar to breadcrumb as it fits in better with
all the bootstrap themes
1 parent faafd89 commit 502d83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sidebar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* @package multiloquent\template_parts
66
*/
77

8-
echo '<aside class="sidebar navbar-default">';
9-
echo '<div class="sidebar-pad">';
8+
echo '<aside class="sidebar breadcrumb">';
9+
echo '<div class="">';
1010
get_search_form();
1111
wp_nav_menu(array(
1212
'theme_location' => 'primary-menu'

0 commit comments

Comments
 (0)