Fix content width

This commit is contained in:
Kelly Dwan 2019-10-28 11:34:58 -04:00
parent b5a7ecca79
commit 24ff4335c0
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -115,7 +115,7 @@ add_action( 'after_setup_theme', __NAMESPACE__ . '\setup' );
* @global int $content_width
*/
function content_width() {
$GLOBALS['content_width'] = 960;
$GLOBALS['content_width'] = 640;
}
add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 );