Preview mobile different than actual mobile

I’ve seen this issue a lot around here but the fix seems to be specific to each design.

I don’t understand the point of providing a mobile preview if you can’t rely on it.
I quite new to Webflow and am struggling a lot, would appreciate some help.
Here is my read-only link : https://preview.webflow.com/preview/debs-stupendous-project-7ba3a7?utm_medium=preview_link&utm_source=dashboard&utm_content=debs-stupendous-project-7ba3a7&preview=4b550579d461c483aad17128e494b179&mode=preview

It’s far from finished but I would like to understand why my preview differs from my actual mobile view before continuing designing.

My main issues :

  • the website is zoomed out on mobile (not on preview)
  • my grid is an actual mess, I wish I could set up a “square” grid with same size lenght/height so the ratios of my pictures would stay the same.

Thank for your help.

Anyone has the slight idea how to help me move forward on those issues ?

Like the one that each browser maker typically includes in dev tools?

I have six devices in front of me all day. A desktop, a laptop, an iPad, a Nexus, a S10 and an iPhone 11 pro. Why? Because the only way to get actual rendering feedback is to test on a real device. Browser based responsive views are approximations and are the previews in the designer. I also use browserstack.com to be able to debug on devices I don’t own.

If you have rendering issues on a device then share the published URL where the site can be viewed. When sharing issues it is very helpful to include screenshots so community members can see what you are talking about. All the details you share make it easier for people to help you. Personally I prefer to debug actual designs on real devices. I will try to take a look when you share your example URL’s.

Is this not the published URL where the site can be viewed ?

I’m providing some screenshoots like you asked where you can figure out what I see from Webflow editor opposed to what I actually see on my mobile. You can see the “zoomed out” issue as well as the difference of ratio of my pictures displayed.

I understand that you prefer to debug on real devices but when you don’t really know what the problem is, it makes it hard to reload every time you change a setting to see what it actually did, I thought that’s what the “mobile view” was useful for, real time preview.

Thanks for taking your time to help me out.

Webflow editor :

Real mobile view :

Is this not the published URL where the site can be viewed?

This is your read-only link for previewing the project in the Designer, but it does include a clue as to what the published, staging URL is for the project:

…ow.com/preview/ debs-stupendous-project-7ba3a7 ?utm_me…

The bold text above is the subdomain of your staging link, just add .webflow.io to the end of it and, as long as the project has been published, it will give you the correct link (below):

debs-stupendous-project-7ba3a7.webflow.io

When I test your site in Chrome and enable the Device Toolbar in DevTools (defaulted to the Moto G4, but this mainly dictates the resolution), I’m presented with the same issue you’re noticing on your own device screenshot:

After taking a closer look at things, it seems like the “Sticky Heading” H1 elements are the problem here:

Adjusting their size on the smaller viewport (or giving them a container with overflow: hidden) should solve the issue :+1:

Thank you, it was kindly explained and I almost thought this could be it, but unfortunately it did not work… :frowning_face:

Reducing the text will definitely fix the most blatant overflowing elements, but it looks like the section directly below the one containing your Sticky Heading elements also is part of the problem. The images shift outside of the viewport with a scroll interaction, so setting their parent container (Wrapper About Image) to overflow: hidden should fix any remaining horizontal scroll:

I quickly checked your read-only link and it looks like the parent wrapper is already set to overflow: hidden but I’m still noticing the large Sticky Heading text in the section above. It also looks like since these are elements you want to “stick”, you’ll probably need to look into another solution as sticky elements don’t play nicely when their parent elements are set to overflow: hidden.

If you adjust the sizing of the headlines and republish your project, the horizontal scrolling issue should be resolved.

How you do you handle this responsive hell? I’ve moved stuff in the wrong places in WF editor until they got to the point I wanted when checking on phone, but I doubt it’s the way to go, such a fragile feeling :cold_face:…I guess coding knowledge would help but I got none of that here…