Breakpoint Issue

In the video tutorial, it said changes from smaller breakpoint (mobile version) won’t affect bigger breakpoints (computer version). However, when I changed mobile version, a notification said my changes will affect to all breakpoint. How do I turn this off, I only want to make changes on smaller breakpoint, not the bigger ones.

It depends on the changes that are being made. This article explains changes that affect all breakpoints .

Generally if the changes are data changes (like making edits to text, changing images, the location elements are linked to) or structure changes such as reparenting elements, then those WILL affect all breakpoints. The notification is meant to serve as a notice to let you know that the change you made will affect all breakpoints.

What kind of changes were you making @tramile111 ?

Thank you for explaining. I want to make this line “&” and “E-” go down so the word “E-commerce” is fully displayed but if I enter, it will also affect all breakpoints.

So if you’re adding spaces or doing line-breaks like pressing Enter/Return, that would count as a data change since know there is more information. In this case, changing the font size wouldn’t count as a data change or can also set the text to scale . This will allow the text font size to shrink and grow depending on the screen size.