created child theme but widen column wont work
-
i created a child theme and im trying to widen the column but for some reason its not working dont know if i made child theme wrong or some other problem, its probably something simple im only new to coding
using twenty eleven theme
here is the code can someone help?
content-page.php
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <!-- <h1 class="entry-title"><?php the_title(); ?></h1> --> </header><!-- .entry-header --> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> </div><!-- .entry-content --> <footer class="entry-meta"> <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> </article><!-- #post-<?php the_ID(); ?> -->
style.css
/* Theme Name: Robs child theme Theme URI: Description: Robs Child Theme of Twenty Eleven Author: rob Author URI: Template: twentyeleven Version: 0.1.0 */ @import url("../twentyeleven/style.css"); .one-column #page { max-width: 1300px; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘created child theme but widen column wont work’ is closed to new replies.