sarfarazshukkoor,
Theme don’t have this option.
You need edit header.php and move social icons function below menu.
Social display
<?php
if (fruitful_is_social_header()) {
fruitful_get_socials_icon();
}
?>
Menu
<nav role="navigation" class="site-navigation main-navigation">
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- .site-navigation .main-navigation -->
Thanks a lot. I t did work. But there is a small problem. The result i am getting is like this,
http://www.47mediastudio.com/wp-content/uploads/2014/08/47_Media_Studio_A_Creative_Conversation_-_2014-08-07_21.13.491-e1407426531134.png
Having both horizontal or two on different line would be nice. shall i change the css style attributes?
anonymized-13749270
(@anonymized-13749270)
<div style="position:relative;top: -50px;">
<?php
if (fruitful_is_social_header()) {
fruitful_get_socials_icon();
}
?>
</div>
Adjsut top’ value till the icons go horizontal with header elements.. but the author’s advice would be better !
Thanks guys! It did work.
Great theme and awesome support Fruitful! (y)