Hi Scot,
Could you test something for me? While in the builder, but with the mobile switcher tool off (unrestricted), try resizing your browser slowly. If it looks ok in that case, I may know what the issue is. Assuming that works, we can proceed with the rest of this post - otherwise I’m off base and we’ll need to try something else
Open developer tools in your browser, put in the following and press enter:
window.devicePixelRatio
Let me know what number is returned. This will help me find a solution.
In beta5 I fixed an issue that occurred when using OS level font scaling or browser zoom. Because of how precise clicking one of those icons is, it actually put the screen width in an in-between state where no breakpoint was active. It’s like being at 767.325px which is more than 767 but less than 768 resulting in no media query being active.
It looks like that change may fixed some cases but not all. Here’s the topic I’m referring to: https://theme.co/apex/forum/t/column-layout-incosistent-with-breakpoints-views-windows-10/61935
Thank you for your help!