File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<?php do_action ('sydney_before_content ' ); ?>
13
13
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 (); ?> ">
15
15
<main id="main" class="post-wrap" role="main">
16
16
17
17
<?php if ( have_posts () ) : ?>
Original file line number Diff line number Diff line change 9
9
10
10
<?php do_action ('sydney_before_content ' ); ?>
11
11
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 (); ?> ">
13
13
<main id="main" class="post-wrap" role="main">
14
14
15
15
<?php if ( have_posts () ) : ?>
Original file line number Diff line number Diff line change 15
15
16
16
<?php do_action ('sydney_before_content ' ); ?>
17
17
18
- <div id="primary" class="content-area col-md-9 ">
18
+ <div id="primary" class="content-area grid-70 ">
19
19
<main id="main" class="post-wrap" role="main">
20
20
21
21
<?php if ( have_posts () ) : ?>
Original file line number Diff line number Diff line change 7
7
8
8
get_header (); ?>
9
9
10
- <div id="primary" class="content-area col-md-9 ">
10
+ <div id="primary" class="content-area grid-70 ">
11
11
<main id="main" class="post-wrap" role="main">
12
12
13
13
<?php if ( have_posts () ) : ?>
Original file line number Diff line number Diff line change 15
15
16
16
<?php do_action ('sydney_before_content ' ); ?>
17
17
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 ; ?> ">
19
19
<main id="main" class="post-wrap" role="main">
20
20
21
21
<?php while ( have_posts () ) : the_post (); ?>
You can’t perform that action at this time.
0 commit comments