Why do I have a blank box on my Happy Checkout page?
This has been known to occur if you've added Additional Content & Scripts to your Shopify Checkout settings. To hide this empty element, add the following line of CSS to the Advanced > Custom CSS section of Happy Checkout:
#additional-content { display: none; }
Should you add additional scripts (e.g. Instagram Widget) in the future, you may need to remove this CSS. In this case, the original blank box will be replaced by your new content.
If you need additional assistance, please don't hesitate to contact us. We're happy to help.