full width template, thx @johnnypeck!
This commit is contained in:
@@ -6,7 +6,7 @@ get_header(); ?>
|
||||
<?php roots_content_before(); ?>
|
||||
<div id="content" class="<?php echo $roots_options['container_class']; ?>">
|
||||
<?php roots_main_before(); ?>
|
||||
<div id="main" class="<?php echo $roots_options['container_class']; ?>" role="main">
|
||||
<div id="main" class="<?php echo $roots_options['fullwidth_class']; ?>" role="main">
|
||||
<div class="container">
|
||||
<?php roots_loop_before(); ?>
|
||||
<?php get_template_part('loop', 'page'); ?>
|
||||
|
||||
Reference in New Issue
Block a user