• I’m reviewed the FAQs and did not find answer, so here it goes.

    1. I’d like to have the text in my footer to be located about 8-10px from the bottom of my footer background image. Everytime I input for example, bottom padding at 8px, it dropps the text to the bottom with an extra 80px or so of background color??

    can somone give me the code to get my text located at the bottom of my footer? ( here’s my site now : http://www.allthingsfly.com/atfblog

    2. If possible is there anyway to create a 2nd footer? for example I can have footer #1 with just my footer image,.. then footer #2 for just the footer text. Possible? If so please provide code.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is because you have a declared height in your aftstyle.css of 120px for the #footer. Take out that height and try again.

    Thread Starter jnice

    (@jnice)

    Thank you! I appreciate the help, I’m a “newbie” so I’m learning. I’ll try that in a few and let you know how it works.

    Hey any idea if there is a way to create a 2nd footer?..

    Create a file named footer2.php and call it in your template with:

    <?php include (TEMPLATEPATH . '/footer2.php'); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer Help Please!’ is closed to new replies.