-
1. Re: Sticky footer not sticking to bottom of page on webpage using a template!?!
couparconsulting Apr 25, 2014 11:59 AM (in response to couparconsulting)anyone???
-
2. Re: Sticky footer not sticking to bottom of page on webpage using a template!?!
Chad - ChicagoDigital.com Apr 25, 2014 2:42 PM (in response to couparconsulting)Hello couparconsulting,
I'm not really a Muse user but if you can get into your code I can tell you want to change.
http://jsfiddle.net/chaddidthis/JbKS3/
Basicly you need to wrap the footer copyright and footer social links into a single div, which i called .footer-wrapper. Then give that a class of: clear:both;
That will get your footer to the bottom but there are margins that push it down, so the other ID's will need to have their margin-top edited to 41px so they sit with the copyright.
Test it first on a test page so if it doesn't work you don't get any worse off.
Again I'm sorry I'm not a muse guy, but if you can just make these small edits in your code you should be good.
Hope it helps,
Chad Smith
-
3. Re: Sticky footer not sticking to bottom of page on webpage using a template!?!
couparconsulting May 8, 2014 12:31 PM (in response to Chad - ChicagoDigital.com)Hi Chad, thanks for your help. I made those edits to the template (actually a test one I created), but now the footer is at the top of the page. Maybe I missed a step?
-
5. Re: Sticky footer not sticking to bottom of page on webpage using a template!?!
couparconsulting May 8, 2014 2:59 PM (in response to Chad - ChicagoDigital.com)It looks like that worked! I had to update the tag numbers because I republished from muse and had applied a different master. The footer is at the bottom of the page, the only weird thing I'm noticing is that when you hover over the social media icons it does that weird double thing again, not sure how to fix that. You can see it here: Coupar Consulting test
-
6. Re: Sticky footer not sticking to bottom of page on webpage using a template!?!
Chad - ChicagoDigital.com May 8, 2014 3:05 PM (in response to couparconsulting)That is because on hover you have the icon moving to the right -10000px, so once it's moved you are no longer hovering on it so it comes back, then you're hovering so it moves.... and so on.
the CSS for that is on template-blog.css line 442. if you change the margin to opacity: .7; it will not flicker
Hope this helps!
-
7. Re: Sticky footer not sticking to bottom of page on webpage using a template!?!
couparconsulting May 8, 2014 3:09 PM (in response to Chad - ChicagoDigital.com)That worked! Thank you so much for your help, I really appreciate it! I think I'll be able to make these changes to the actual blog now.

