Moving icon inside the menu – php question pls
-
Hi
I’ve hard-coded the style fb icon into my header.php
however my php is limited…. and would like it to appear inside the menu to the right.
Any suggestions on how to do this please?
here is the development site
here is the code i have.
<nav id="site-navigation" class="main-navigation" role="navigation"> <!--start Facebook Icon--> <div style="float:right;width:97px;position:relative;height:20px;margin-top:10px;"><?php if( function_exists( 'fcbk_bttn_plgn_shortcode' ) ) echo fcbk_bttn_plgn_shortcode("") ; ?></div> <!--end Facebook Icon--> <h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3> <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> </nav> <!-- #site-navigation -->
The topic ‘Moving icon inside the menu – php question pls’ is closed to new replies.