I don’t know what is wrong but it din work:(
I did us u said. Header.php looks like this:
<hgroup>
<?php echo fruitful_get_logo(); ?>
</hgroup>
<div class="social-icon">
<?php fruitful_get_footer_socials_icon(); ?>
</div>
<nav role="navigation" class="site-navigation main-navigation">
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- .site-navigation .main-navigation -->
</header><!-- #masthead .site-header -->
</div>
</div>
</div>
<div class="container">
<?php do_action( 'before' ); ?>
<div class="sixteen columns">
`
[Moderator Note: Please post code & markup between backticks (not single quotes) or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I added custom css as well…