I built my entire site on the Mobile breakpoint in Wix Studio. Desktop and Tablet were blank initially. Later they automatically populated with my Mobile layout. A few days later, Desktop and Tablet became blank again without me deleting anything. The Layers panel still shows all my sections, but the Desktop canvas is empty. Can you investigate whether the Desktop breakpoint became corrupted or restore the previous breakpoint state
It’s hard to say if this is corrupted or not.
As a general rule of thumb, you should always start from the desktop breakpoint and then work down to the smallest breakpoint.
Wix Studio works on a cascading logic, so changes made in a larger breakpoint will cascade down to a smaller breakpoint - Studio Editor: Designing Across Breakpoints | Help Center | Wix.com - changes on smaller breakpoints will not jump up breakpoints, a part from 2 situations:
-
Data changes
When editing the content of an element, you’re effectively changing its data. For example, changing an element’s link or the source of an image applies to all breakpoints.
-
Structural changes
Changes to an element’s place in the hierarchy of your page. For example, when you stack elements together or move an element to a different cell, you’re changing the page structure and it is reflected across all breakpoints.
If you started in mobile, then the chances are those changes won’t appear in larger breakpoints (hence they appear blank)