What are you trying to achieve:
I am trying to find a way to control break points in Wix Editor. And hopefully when or if we do upgrade will will be able to ad media Queries here to control page width for IPad/Smart devices.
At present we have to load the Desktop site to an iPad or we get a big white border on the right hand side of the page (not part of the page) Which I think is due to the Mobile break points using some sort of fit height!???.
It sounds like you’re facing issues with responsive design and breakpoints in Wix Editor. Just so you know, this is something that can be handled in Wix Studio. No CSS necessary. You need the right measurements used on each element. A combination of Viewport height / Viewport Width (VH / VW) or percentage measurements in the right places will resolve any responsive issues. And you can absolutely stick with single page architecture in Studio. It might even be easier in studio than it is in the older editors.
Hopefully not to side track too far; my understanding is below.
Wix Editor (Single-Page Architecture):
Single-Page Application (SPA): In the Wix Editor, the site is structured as an SPA, which means all content is loaded once initially and then dynamically displayed based on user interaction.
Wix Studio (Multi-Page Architecture):
Multi-Page Application (MPA): Wix Studio follows an MPA model, where each page is loaded independently. This is useful for larger sites with complex structures.
Full-Page Reloads: Since each page loads separately, it may have slight loading times when navigating. However, this setup allows for distinct page URLs and specific optimizations for SEO and analytics tracking.
Because of the Full-Page Reloads. We cannot use studio.
I just realised that for some reason when the iPad loads the desktop view but with the odd whit space shown above.
If I go to request option it gives me the Desktop not the mobile. Choosing desktop, it loads filling the view.
I can go back to the request option again and I now get mobile. selecting that loads again the desktop view! but with the space on the right again.
That’s what I thought. And I have checked and cannot see an oversized element.
But the issue seems that the pages loads the a mini desktop type view with the space on the right and thinks it’s the Mobile one on the iPad?.
the iPad is never loading the mobile view it seems.
The other issue is loading the desktop one through the request option works to load the desktop view but is then has a lot of space outside the view… so when you drag for example carousel at the top to spine the DJS around to the one you want., the whole page moves making it impossible.
I also just removed all my elements from the page and it still does not fit to the view on the iPad.
But I just noticed the pages have started to load correctly on the iPad without the space issues.
Both on the test sites with and without the strip changes.
My iPad version is still do same, so I think it was an issue with the Wix servers. !?
It also confirms, as I was not 100%, I was not misremembering that I did not have this issue before on the iPad.