Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #218677

    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

    #218800

    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

    • This reply was modified 10 years, 1 month ago by Yigit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘2 columns for Copyrights’ is closed to new replies.