Some BigCommerce themes use a fixed height for the main content area. This keeps the page from adjusting to the height of a dynamic element, such as our apps. The solution is to override the fixed height for the main content container class with an "auto" height.
To do that, go to Storefront Design > Design Options > Styles > custom.css in your Bigcommerce admin.
In that file, add the following bit of code (you can add it to the last line so you can easily find it again later):
.equalize {height: auto !important;}
This should fix the issue and your whole App should appear correctly on your site.
Example of cut off app:
Comments
0 comments
Please sign in to leave a comment.