Skip to content

Commit 81c6316

Browse files
committed
Remove div to remove unnecessary padding in header
1 parent b31416c commit 81c6316

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

template-parts/content.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
<article id="post-<?php the_ID(); ?>" <?php post_class( $sunflower_class ); ?>>
2121
<?php if ( ! $sunflower_styled_layout ) { ?>
2222
<header class="entry-header <?php echo ( $sunflower_show_post_thumbnail ) ? 'has-post-thumbnail' : 'has-no-post-thumbnail'; ?>">
23-
<div class="container">
24-
<div class="row position-relative">
25-
<div class="col-12">
23+
<div class="row position-relative">
24+
<div class="col-12">
2625
<?php
2726
$sunflower_roofline = get_post_meta( $post->ID, '_sunflower_roofline', true );
2827
if ( $sunflower_roofline ) {
@@ -50,8 +49,6 @@
5049
<?php
5150
endif;
5251
?>
53-
</div>
54-
5552
</div>
5653
</div>
5754
</header><!-- .entry-header -->

0 commit comments

Comments
 (0)