From c63fa4f1e5ed9038996dea4ea6fe55a19f287041 Mon Sep 17 00:00:00 2001 From: Foxaii Date: Mon, 19 Aug 2013 23:32:50 +0100 Subject: [PATCH] Navbar & Column Classes --- lib/config.php | 6 +++--- templates/header-top-navbar.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/config.php b/lib/config.php index 18132c3..6bb9f0f 100644 --- a/lib/config.php +++ b/lib/config.php @@ -21,10 +21,10 @@ define('POST_EXCERPT_LENGTH', 40); function roots_main_class() { if (roots_display_sidebar()) { // Classes on pages with the sidebar - $class = 'col-sm-8 col-md-8 col-lg-8'; + $class = 'col-sm-8'; } else { // Classes on full width pages - $class = 'col-lg-12'; + $class = 'col-sm-12'; } return $class; @@ -34,7 +34,7 @@ function roots_main_class() { * .sidebar classes */ function roots_sidebar_class() { - return 'col-sm-4 col-md-4 col-lg-4'; + return 'col-sm-4'; } /** diff --git a/templates/header-top-navbar.php b/templates/header-top-navbar.php index af610a6..7589fe8 100644 --- a/templates/header-top-navbar.php +++ b/templates/header-top-navbar.php @@ -1,4 +1,4 @@ -