Prevent Design Changes on Mobile and Tablet from Affecting Desktop in Wix Studio

I’m using Wix Studio to make my site responsive, but when I update the design for tablet or mobile, it also alters the desktop version and other devices. How can I prevent this from happening? I’ve been trying to reach customer support for assistance, but I’m unable to connect with them. This same issue occurred before, and when I contacted them previously, they mentioned that it shouldn’t happen.

We can do this with a code entered via Velo. You need help, contact me.

Wix Studio follows the “Cascading rule” - Studio Editor: Designing Across Breakpoints | Help Center | Wix.com - meaning changes on larger breakpoints cascade down to smaller breakpoints.

That being said, there are 2 cases where this rule doesn’t apply:

  • 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.

I imagine in your case, it’s one of the above scenarios. Hope this helps :slight_smile: