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
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
Awesome! Thanks for your quick help Devin