Width is halved on editor yet looks fine in the local code

Hi,

Pretty much what the title says:
width stretch just doesn’t “stretch” in the editor

weird thing is that it looks fine in the code running locally

I did check out Common development troubleshooting checklist | Learn Plasmic which says some elements might have fixed width but the issue persists even if I delete everything and just add a page section with full width

okay I think I found out what happened. This was due to a css on the body
and the width: 100% on the #root as well

Glad you were able to find the issue! Yeah, any CSS on your app host page will also affect your Plasmic content! So make sure to properly scope your CSS.