Hi,
how to put tagline under the logo ?
I tried using
echo "<div class='tagline'>".get_bloginfo ( 'description' )."</div>";
but the menu becomes out of alignment.
Could you please help me in this ?
Thanks
Aw
Hi davidsinjaya!
Please find
wp_nav_menu($args);
echo '</nav>';
in Header.php file and add your code right under it.
Then add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.tagline { padding-top: 40px; }
Best regards,
Yigit
Hi Yigit,
Thanks alot. That works :)
Great theme.