Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #192803

    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

    #193003

    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

    #193013

    Hi Yigit,

    Thanks alot. That works :)

    Great theme.

    #193015

    Hi!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Putting Tagline Under Logo in Fixed header section’ is closed to new replies.