Hey @dazzen - and welcome
Your WF preview and the published site show some discrepancies, try to keep them updated together, this eases troubleshooting for us!
I’ve notices that you rarely (or not at all) define widths / heights in your layout and tend to use more margins and paddings to achieve your desired looks. If you have a lax style of defining those, stuff will will be highly dependent on the width and height of the viewport. Now if you remove the editor panels from the editor (eg. viewing your site in the editor preview OR published site) the increased width of your viewport could be causing this “stumpedness”. Try giving the elements that contain your components explicit dimensions (use relative length units for responsive designs) and also use relative length units for spacing via padding or margins that need to shrink or grow.
Let me know what you think!