Why does my 'Add to Cart' button move while scrolling on iPad?

Hello,

Hope you are doing well !

I’m having with issues with the add to cart button on my ipad. It’s currently on top of the description and it moves when scrolling up and down. Is there a code to make it remain in place and also lower it a bit ?

website : hintofhappiness.com

password : seiyud

thanks in advance for your help !

Karla

Hi @Karla8
Nice website, Simple and clean.
Further, it is because of the static position css written which is making the content to move when scrolling. Also seen few button UI issues SS for ref https://prnt.sc/d4IKVD838Eyi
Moreover, for ATC button we can make it sticky to the bottom of the screen but that will a time taking one.

Thanks

Hi @VishvasMishra

Thanks a lot for the quick answer ! yes, the button is on top of the description. Is there a way to lower it down ? I managed to do it for my phone but on this one I have tried several codes and nothing works.

thanks in advance for your help !

Can’t be done my CSS, it will need HTML modification and few JS codes. Without access can’t suggest you more

Thanks a lot for your help