소스 검색

Varia: Make sure archive page-titles don’t stretch full width.

Allan Cole 6 년 전
부모
커밋
f845bc6a30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      varia/archive.php

+ 1 - 1
varia/archive.php

@@ -17,7 +17,7 @@ get_header();
 
 		<?php if ( have_posts() ) : ?>
 
-			<header class="page-header">
+			<header class="page-header responsive-max-width">
 				<?php
 					the_archive_title( '<h1 class="page-title">', '</h1>' );
 				?>