Hi,
The copyrights are aligned to the left. How can I add two sets of copyrights? One aligned to the left and one aligned to the right?
Similarly to what is happening now with this forum, check the image: http://d.pr/i/Mlbq/47Cm6RXf
The difference is that it will be only text for both sides (not menu items).
Thank you
Hey sitesme!
In WordPress dashboard, please go to Appearance > Editor and open Footer.php file and find
wp_nav_menu($args);
echo "</nav>";
and add your text above it as following
echo "<div class='footer-text'>Your text here</div>";
You can style your text using .footer-text class as following
.footer-text { float: right; }<(code>
Best regards,
Yigit