From 0d6a8dbdfd731c5394a2505aba980190bbc268af Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 25 Aug 2013 20:06:17 -0500 Subject: [PATCH] Update $content_width --- lib/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config.php b/lib/config.php index 6bb9f0f..2ce189d 100644 --- a/lib/config.php +++ b/lib/config.php @@ -75,9 +75,9 @@ function roots_display_sidebar() { * and media embeds (in pixels). * * Example: If the content area is 640px wide, set $content_width = 620; so images and videos will not overflow. - * Default: 940px is the default Bootstrap container width. + * Default: 1140px is the default Bootstrap container width. */ -if (!isset($content_width)) { $content_width = 940; } +if (!isset($content_width)) { $content_width = 1140; } /** * Define helper constants