Title: Mitro's Replies | WordPress.org

---

# Mitro

  [  ](https://wordpress.org/support/users/mitro/)

 *   [Profile](https://wordpress.org/support/users/mitro/)
 *   [Topics Started](https://wordpress.org/support/users/mitro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mitro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mitro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mitro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mitro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mitro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Striker] Closing the gap!](https://wordpress.org/support/topic/closing-the-gap-3/)
 *  Thread Starter [Mitro](https://wordpress.org/support/users/mitro/)
 * (@mitro)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/closing-the-gap-3/#post-6518481)
 * I found out where to input that in style.css, thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Striker] Closing the gap!](https://wordpress.org/support/topic/closing-the-gap-3/)
 *  Thread Starter [Mitro](https://wordpress.org/support/users/mitro/)
 * (@mitro)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/closing-the-gap-3/#post-6518408)
 * [@template](https://wordpress.org/support/users/template/) Express, where do 
   I input that in Editor?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I unlink the footer text?](https://wordpress.org/support/topic/how-do-i-unlink-the-footer-text/)
 *  Thread Starter [Mitro](https://wordpress.org/support/users/mitro/)
 * (@mitro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-unlink-the-footer-text/#post-6359673)
 * (Close this thread, issue resolved)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I unlink the footer text?](https://wordpress.org/support/topic/how-do-i-unlink-the-footer-text/)
 *  Thread Starter [Mitro](https://wordpress.org/support/users/mitro/)
 * (@mitro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-unlink-the-footer-text/#post-6359670)
 * [@hostawesome](https://wordpress.org/support/users/hostawesome/) I actually figured
   it out before you replied. (If only help would come faster on here next time 
   since I constantly check on my site every hour or so)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Striker] How do I move the menu bar?](https://wordpress.org/support/topic/how-do-i-move-the-menu-bar-2/)
 *  Thread Starter [Mitro](https://wordpress.org/support/users/mitro/)
 * (@mitro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-move-the-menu-bar-2/#post-6355106)
 * Here’s the code btw, and I DID mess up the first time
 * <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
    <link rel=”profile” 
   href=”[http://gmpg.org/xfn/11&#8243](http://gmpg.org/xfn/11&#8243); /> <link 
   rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” /> <!–[if lt IE 9]
   > <script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js” type=”
   text/javascript”></script> <![endif]–>
 * <?php wp_head(); ?>
    </head>
 * <body <?php body_class(); ?>>
 * <div id=”wrap”>
 * <div id=”page” class=”hfeed site”>
    <?php do_action( ‘before’ ); ?> <header id
   =”masthead” class=”site-header” role=”banner”> <?php get_template_part( ‘inc/
   socmed’ ); ?> <?php if ( get_theme_mod( ‘striker_logo’ ) ) : ?> <div class=”site-
   logo”> ” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>”
   rel=”home”><img src=”<?php echo get_theme_mod( ‘striker_logo’ ); ?>” alt=”<?php
   echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>”> </div> <?php else : ?
   >
 *  <div class=”site-introduction”>
    <h1 class=”site-title”>” title=”<?php echo 
   esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo(‘
   name’ ); ?>
   </h1>
    <h2 class=”site-description”><?php bloginfo( ‘description’);?
   ></h2> </div> <?php endif; ?>
 *  <?php $header_image = get_header_image();
    if ( ! empty( $header_image ) ) {?
   > ” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”
   home”> <img src=”<?php header_image(); ?>” width=”<?php echo get_custom_header()-
   >width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />  <?
   php } // if ( ! empty( $header_image ) ) ?>
 *  <nav role=”navigation” class=”site-navigation main-navigation”>
    <h1 class=”
   assistive-text”><?php _e( ‘Menu’, ‘striker’ ); ?></h1> <div class=”assistive-
   text skip-link”>[“><?php _e( ‘Skip to content’, ‘striker’ ); ?>](https://wordpress.org/support/users/mitro/replies/?output_format=md#content)
   </div>
 *  <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
    </nav><!– .
   site-navigation .main-navigation –> </header><!– #masthead .site-header –>
 *  <div id=”main” class=”site-main”>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Striker] How do I move the menu bar?](https://wordpress.org/support/topic/how-do-i-move-the-menu-bar-2/)
 *  Thread Starter [Mitro](https://wordpress.org/support/users/mitro/)
 * (@mitro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-move-the-menu-bar-2/#post-6355102)
 * I’m not a code expert, so I’ll screw up if I did this the first time, so how 
   should I go about this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I move the menu bar?](https://wordpress.org/support/topic/how-do-i-move-the-menu-bar-1/)
 *  Thread Starter [Mitro](https://wordpress.org/support/users/mitro/)
 * (@mitro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-move-the-menu-bar-1/#post-6353033)
 * [@hostawesome](https://wordpress.org/support/users/hostawesome/) apparently, 
   I see no such option, but I will post my question in the other forum

Viewing 7 replies - 1 through 7 (of 7 total)