Hi,
I have small doubt and want to understand whether a solution like this possible with GP.
In my site https://saaspirate.com/pabbly-connect/
I want to make the right side coupon widget stick on roll for desktop readers only.
I have tried these settings so far but so far I am unable to make it work.
@media (min-width: 769px) {
div.wp-coupons-banner wp-coupons-coupon-panel {
position: -webkit-sticky;
position: sticky;
top: 50px;
}
}
Can you please help to make it work?