Hi,
When I switch to mobile view, I only see part of the full screen with a horizontal scroll at the bottom.
What should I do in order to see the entire mobile screen in the editor?
Thank you,
Hi,
When I switch to mobile view, I only see part of the full screen with a horizontal scroll at the bottom.
What should I do in order to see the entire mobile screen in the editor?
Thank you,
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.
Thanks, it realy helped!, now, on my published site it looks like the site is to small for mobile and there is an empty space on the whole screen at the right part of the screen. any solutions?