Skip to content

Commit 95a6e38

Browse files
committed
Fixed the grid
1 parent fe149df commit 95a6e38

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

archive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<?php do_action('sydney_before_content'); ?>
1313

14-
<div id="primary" class="content-area col-md-9 <?php echo sydney_blog_layout(); ?>">
14+
<div id="primary" class="content-area grid-70 <?php echo sydney_blog_layout(); ?>">
1515
<main id="main" class="post-wrap" role="main">
1616

1717
<?php if ( have_posts() ) : ?>

home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<?php do_action('sydney_before_content'); ?>
1111

12-
<div id="primary" class="content-area col-md-9 <?php echo sydney_blog_layout(); ?>">
12+
<div id="primary" class="content-area grid-70 <?php echo sydney_blog_layout(); ?>">
1313
<main id="main" class="post-wrap" role="main">
1414

1515
<?php if ( have_posts() ) : ?>

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<?php do_action('sydney_before_content'); ?>
1717

18-
<div id="primary" class="content-area col-md-9">
18+
<div id="primary" class="content-area grid-70">
1919
<main id="main" class="post-wrap" role="main">
2020

2121
<?php if ( have_posts() ) : ?>

search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
get_header(); ?>
99

10-
<div id="primary" class="content-area col-md-9">
10+
<div id="primary" class="content-area grid-70">
1111
<main id="main" class="post-wrap" role="main">
1212

1313
<?php if ( have_posts() ) : ?>

single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<?php do_action('sydney_before_content'); ?>
1717

18-
<div id="primary" class="content-area col-md-9 <?php echo $fullwidth; ?>">
18+
<div id="primary" class="content-area grid-70 <?php echo $fullwidth; ?>">
1919
<main id="main" class="post-wrap" role="main">
2020

2121
<?php while ( have_posts() ) : the_post(); ?>

0 commit comments

Comments
 (0)