Update $content_width
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user