I have added an external web app in shopify
I created a new page where I added this code :
I want it to take max width of page leave no blank spaces
A user is embedding an external web app (shredder-selector.vercel.app) into a Shopify page via iframe and needs it to span the full page width.
Initial Solution:
</body> tagNew Problem:
Status: The discussion remains open with the width issue resolved but a new scrolling behavior problem requiring further assistance.
I have added an external web app in shopify
I created a new page where I added this code :
I want it to take max width of page leave no blank spaces
@cbm - can you please share this page link?
Here is the page link of shopify : https://store-airpurifiers.com/pages/test-selector
This is the test page
Here is the link of page that i want to open on iframe :
Hey @cbm
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Moeed Thanks alot it helped me solve my issue
Although now a new problem has encountered : https://store-airpurifiers.com/pages/test-selector
Now my iframe and webpage both are scrolling together which is making it difficult for user to use that external app , can you suggest some changes to it or if we can remove this particular footer then only iframe will be scrollable , what saY?