Ver Fonte

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

Allan Cole há 6 anos atrás
pai
commit
f845bc6a30
1 ficheiros alterados com 1 adições e 1 exclusões
  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>' );
 				?>