Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27018

    Hello,

    Thanks for an awesome theme, Enfold, for wordpress!

    I would like to add a text only slogan to the right side of the socket.. on the same line of the copyright message, however it needs to be right aligned… while keeping the copyright message to the left align.

    Can you please help me with this?

    Thanks!

    James

    #132477

    Hi James,

    In the footer.php if you put your new div and content inside this code it will do that:

    echo "<div class='sub_menu_socket'>";
    $args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
    wp_nav_menu($args);
    ?> Add your new div and text here. This line isn't in the footer so just add it <?php
    echo "</div>";

    Regards,

    Devin

    #132478

    Awesome! Thanks for your quick help Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add text to socket, right align (separate from copyright, but same line)’ is closed to new replies.