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?
Footer inside wrapper
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.
-
Posted 1 year ago
-
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
-
Posted 1 year ago
Thanks for sharing Gregory!
-
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
-
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/couponsTHanks
-
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.
-
Posted 1 year ago
Thanks Greg,
Most appreciated.
-
Posted 1 year ago
thanks for sharing, ill check this in the code also

