•  

Footer inside wrapper

This thread is over 4 months old
The content and issues discussed here maybe out of date or inaccurate.

Check you are running the latest version of your PremiumPress theme then look for a more recent forum post or submit a support ticket.
  1. u 5455
    offline
    Bob
    Posted 1 year ago

    My site is vetinformed.com. I have vetinformed.com/directory, vetinformed.com/classifieds and vetinformed.com/coupons. The footer in the directory and coupons is inside the wrapper while the footer on the classifies is outside. I don't think its a css fix but rather a php fix, so does anyone know how to fix it?

  2. u 482
    offline
    Gregory
    Posted 1 year ago

    Hey Bob,

    I had this problem a while back here is a link to the solution I came up with let me know if that's what you are talking about.

    http://www.premiumpress.com/forums/topic/getting-the-footer-to-auto-center#post-1749

  3. u 7
    offline
    Marie
    Posted 1 year ago

    Thanks for sharing Gregory!

  4. u 5455
    offline
    Bob
    Posted 1 year ago

    Hi Gregory, not sure why I didn't get notified of your response, but I do appreciate it. I will check it out right now. Thanks

  5. u 5455
    offline
    Bob
    Posted 1 year ago

    Hi again, no that wasn't my problem. I have managed to handle the width without issue, but on the Classifieds site I can't get the footer inside of the main wrapper, so it will look like the other sites, the Directory and the Coupons.

    http://vetinformed.com/classifieds
    http://vetinformed.com/directory
    http://vetinformed.com/coupons

    THanks

  6. u 482
    offline
    Gregory
    Posted 1 year ago

    Hey Bob,

    To do it like you want here's what you need,

    on the _footer.php on line 8 or so is this:

    </div> <!-- end CONTENT -->
    move this below the <?php wp_footer(); ?> (which is on line 52)

    That should do it, let me know if you have any problems.

    Gregory

    Edit: What the other post I referenced does is line up the footer with the content, I did this as I wanted my footer separate from the content.

  7. u 5455
    offline
    Bob
    Posted 1 year ago

    Thanks Greg,

    Most appreciated.

  8. u 1
    offline
    Mark
    Posted 1 year ago

    thanks for sharing, ill check this in the code also