Forums

How do you add a additonal footer to this theme. (3 posts)

  1. helpplease83
    Member
    Posted 9 months ago #

    The menu is saying that it's using the footer..

    However, I would to add an additional footer underneath the menu so, that it says copyright etc that's to the right.

    URL http://sarahpharrisphotography.net/preciousmemories/

  2. Shayne
    Member
    Posted 9 months ago #

    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;
    }
  3. helpplease83
    Member
    Posted 9 months ago #

    Thanks!

Reply

You must log in to post.

About this Topic

Tags

No tags yet.