Browse Source

centered results when no results found on seedlet + spearhead

Maggie Cabrera 4 years ago
parent
commit
1d69a958e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      seedlet/template-parts/content/content-none.php

+ 1 - 1
seedlet/template-parts/content/content-none.php

@@ -15,7 +15,7 @@
 		<h1 class="page-title"><?php _e( 'Nothing Found', 'seedlet' ); ?></h1>
 		<h1 class="page-title"><?php _e( 'Nothing Found', 'seedlet' ); ?></h1>
 	</header><!-- .page-header -->
 	</header><!-- .page-header -->
 
 
-	<div class="page-content">
+	<div class="page-content default-max-width">
 		<?php
 		<?php
 		if ( is_home() && current_user_can( 'publish_posts' ) ) :
 		if ( is_home() && current_user_can( 'publish_posts' ) ) :