Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Create a Child Theme first. Then take a copy of header.php and paste it into your Child Theme directory.

    In your Child Theme header.php file, you just need to move the elements you want outside and above of <div id="page">.

    You’ll probably need to apply the same sort of width and centring styles to them too.

    Thread Starter persulla

    (@persulla)

    I am already running a child theme, why can’t you see it?

    Thread Starter persulla

    (@persulla)

    I put

    <hgroup>
    	<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
    	<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
    </hgroup>

    before the <div id=”page”> but nothing changed…

    Thread Starter persulla

    (@persulla)

    I did it!
    thank you anyway!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Twenty Twelve] display title out of the wrapper’ is closed to new replies.