Browse Source

update spearhead content width

Ben Dwyer 4 năm trước cách đây
mục cha
commit
90831960e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      spearhead/functions.php

+ 1 - 1
spearhead/functions.php

@@ -106,7 +106,7 @@ add_action( 'after_setup_theme', 'spearhead_setup', 12 );
  * Filter the content_width in pixels, based on the child-theme's design and stylesheet.
  */
 function spearhead_content_width() {
-	return 744;
+	return 782;
 }
 add_filter( 'seedlet_content_width', 'spearhead_content_width' );