Hey gents,
any tips for how I can get this bad boy to work on mobile?
Maybe have it bounce up once the user scrolls 90% of the page?
I dunno’ .. just know that right now it does not work.
Please see the link.
Thanks 4 the input!
Justin
Any thoughts here? Thanks!
Hi!
Please change your code to following one
@media only screen and (min-width: 990px) {
#sticky {
position: fixed;
bottom: 0;
width: 100%;
z-index: 100;
}}
Cheers!
Yigit
Ah! Got it :) Thank you.