I’m looking for a simple and efficient method to having a sticky CTA on the right column of a typical advertorial landing page that stays fixed in position after scrolling in to view.
Ideally pure CSS but I can’t find a solution that is mobile responsive (2 columns side by side becoming stacked vertically into a single column in mobile view).
I think most people doing those are just using Wizzi.io or Clickfunnels... I wouldn't be surprised if Landerlab has some like that in it's 'Templates' though...
If you're looking for the actual code though I can't help - over my head 
I'm sure one of the whip-smart folks on here who knows about that kind of stuff can help though.
#stickyelementID { position:fixed top: 40px }
@media screen and (min-width: 500px) {
#stickyelementID {
position:fixed
top: 40px
}
}
@media screen and (min-width: 500px) {
#stickyelementID {
position:fixed
top: 40px
}
}
@media screen and (max-width: 499px) {
#stickyelementID {
position:fixed
bottom: 10px
}
}
Stuff that Jeremie posted will be enough to solve your issue. In case it wouldn’t work or you would like something more customized PM me your landing page URL as without that it’s just a guessing game.
Sent from my iPhone using STM Forums mobile app
Okay thanks jeremie that what you just showed there is exactly how I was thinking it works too, just not working for me on this lander. plutus i'm gona send a pm your way thanks