Tagged: x
-
AuthorPosts
-
June 20, 2016 at 1:10 pm #1051103
jorimdeporimParticipantHi,
I’d like to have a sticky footer for pages that aren’t long enough to fill up the entire screen. I found a thread concerning this: https://community.theme.co/forums/topic/sticky-footer-2/ but unfortunately it doesn’t work with my site 🙁 I can’t respond to the thread so that’s why I created an new one.
I hope you can help me!
June 20, 2016 at 1:58 pm #1051196
JoaoModeratorHi There,
Please provide us the URL and point us the page you would like to have the sticky footer.
Thanks,
Joao
June 20, 2016 at 2:50 pm #1051303
jorimdeporimParticipantThis reply has been marked as private.June 20, 2016 at 3:48 pm #1051412
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.home .x-colophon, .page-id-2 .x-colophon { bottom: 0; left: 0; right: 0; position: fixed; }Hope that helps,
Joao
June 20, 2016 at 4:12 pm #1051439
jorimdeporimParticipantJoao, you just made my day, thanks so very much!
June 20, 2016 at 4:23 pm #1051453
jorimdeporimParticipantOops, there’s one issue! When I view the ‘Over’ page on a mobile device, I still see a sticky footer on the bottom of the screen.
My problem was that I didn’t have enough content to fill up the screen, so the page would look weird on large screens, with a footer halfway on the screen. The sticky footer solves that problem, but it wasn’t a problem on smaller screens. Now the page looks weird on small screens!
Is there a solution for this?June 20, 2016 at 11:13 pm #1051904
RadModeratorHi there,
Please update your CSS to this,
@media ( min-width: 980px ) { .home .x-colophon, .page-id-2 .x-colophon { bottom: 0; left: 0; right: 0; position: fixed; } }Hope that helps.
June 21, 2016 at 2:57 am #1052101
jorimdeporimParticipantIt worked! Thanks 🙂
June 21, 2016 at 2:59 am #1052103
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1051103 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
