ThemeShaper Forums » Thematic

Need help with header

(1 post)
  • Started 14 years ago by katiek648
  • This topic is resolved
  1. katiek648
    Member

    I hope I haven't dug myself in a hole. Here is my site so far http://dev.lonjeviteakombucha.com/. I'm trying pull #blog-title a forward in front of the orange bar. I had to pull the #access div out of the header. I'm guessing I'll have to pull the #branding outside of the header too? How do I do that? Here is my existing code in my functions.php in my child theme.


    function remove_thematic_actions() {
    remove_action('thematic_header','thematic_access',9);
    }
    add_action('init','remove_thematic_actions');

    // Create #access
    // Somewhere else
    function childtheme_access() { ?>
    <div id="access">
    <div class="skip-link">"><?php _e('Skip to content', 'thematic'); ?></div>
    <?php wp_page_menu('sort_column=menu_order') ?>
    </div><!-- #access -->
    <?php }
    add_action('thematic_belowheader','childtheme_access');

    Or, is there someway to fix this with CSS?

    Any help would be greatly appreciated.

    Posted 14 years ago #

RSS feed for this topic

Reply

You must log in to post.