浏览代码

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() ) : ?>
 		<?php if ( have_posts() ) : ?>
 
 
-			<header class="page-header">
+			<header class="page-header responsive-max-width">
 				<?php
 				<?php
 					the_archive_title( '<h1 class="page-title">', '</h1>' );
 					the_archive_title( '<h1 class="page-title">', '</h1>' );
 				?>
 				?>