Help! My checkout button disappears from cart!

Can someone please help?! I am using the Brooklyn theme. I can add an item to my cart, the drawer will slide out showing the item in my cart, it will have the checkout button there, but then it disappears! It only seems to be doing this in mobile! I have searched and tried to figure it out. Is there anyone willing to help?

www.shoplittlebirdieco.com

Hi, the button is still there but it looks like sezzle adds markup after an ajax call; once the markup is loaded, it pushes your button out of view. In addition, your CSS for “ajaxcart__footer ajaxcart__footer–fixed” is added before sezzle and doesn’t adjust after its the new markup. So it looks like you need to delay and/or call your ‘ajaxcart__footer’ after sezzle adds the markup.

I am clueless to this. I’m not very well versed with code. Could you tell me how to do this?

Having exaclty the same thing. Any solution on how to fix this?

Are you able to share a link and steps to reproduce? If I remember correctly, the key to this issue was, you either need to action your own styles after a callback or possible look at using inline style rules to ensure your content stays in view.