소스 검색

update spearhead content width

Ben Dwyer 4 년 전
부모
커밋
90831960e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' );