Im trying to add a wire frame fitted for a mobile break point, but if I delete something, it changes all the other breakpoints.
How do I stop it from changing everything else?
Thanks
Im trying to add a wire frame fitted for a mobile break point, but if I delete something, it changes all the other breakpoints.
How do I stop it from changing everything else?
Thanks
Elements exist on all breakpoints. If you delete one, you delete all of them.
Styles can be overridden on breakpoints.
You design your classes on the desktop breakpoint first, and then work outwards to larger and smaller breakpoints one-at-a-time, and make the adjustments you need.
If there’s an element you want to ONLY appear on desktop breakpoint-
If there’s an element you want to ONLY appear on mobile landscape-
Important to go through the Webflow U courses on responsive design, breakpoints, and classes.
Ok, thank you so much!