I’d like to work on the mobile version, but any change i make to an element in mobile view is changed across all views. Is there a way to do this in the editor, without having to code every element with a @ Media query?
Hello @bobbyoliveri,
Thanks for writing to us.
You can use the responsive sizing uint with the help of each element. Let take an example of Font-size for that you can use “CALC”, “EM” or “REM” unit, most of the modern browser support these units and it responsive as well.

In case if we take an example of margin or padding you have a more responsive units option you can use “CALC”, “EM”, “REM”, “VW” etc. Please have a look at the given screenshot below.

Please have a look at this article https://www.smashingmagazine.com/2016/05/fluid-typography/
Hope it helps
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.