Hi Itai, it looks like you’ve set element sizing in px values that are greater than the maximum px values for that breakpoint, causing those elements to show off the screen. Try switching your element width values to 100%, 100vw or less. In general Editor X works better if you use fluid CSS units instead of px.