Max width for iframe in shopify

Topic summary

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:

  • Another user provided CSS code to be added to the theme.liquid file, above the </body> tag
  • This successfully resolved the width issue

New Problem:

  • The iframe and webpage are now scrolling together, creating a confusing user experience
  • The user seeks suggestions to either:
    • Make only the iframe scrollable
    • Remove the footer to improve usability

Status: The discussion remains open with the width issue resolved but a new scrolling behavior problem requiring further assistance.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

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?

Hey @cbm

Can you share the page link where you have added your iframe?

Best Regards,

Moeed

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:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

1 Like

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?