Viewing 2 replies - 1 through 2 (of 2 total)
  • If that theme has a footer.php, under that area you mention you could add a new area like this:

    <div id="footer_copyright">
    <p>Copyright info here</p>
    </div>

    Then add something like this to your stylesheet:

    #footer_copyright {
    
          float: right;
    }
    Thread Starter helpplease83

    (@helpplease83)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you add a additonal footer to this theme.’ is closed to new replies.