Search:

Search: Search took 1.00 seconds.

  1. Replies
    8
    Views
    1,310

    try adding #masthead hgroup { text-align:...

    try adding
    #masthead hgroup { text-align: center; }
    to your style.css
  2. [SOLVED] You can edit it in includes/controller.php ...

    You can edit it in includes/controller.php

    function notices() {
    $status = get_post_status( get_queried_object() );

    if ( isset( $_GET['completed'] ) ) {
    if ( $status == 'pending' ) {...
  3. In the file wp-content/themes/vantage/header.php...

    In the file wp-content/themes/vantage/header.php you have to add this line

    <div align="right" style="position:relative; float:right;"><?php dynamic_sidebar( 'header' ); ?></div>

    after <hgroup>...
Results 1 to 3 of 3