Hello!
I want to ensure my Experience Builder project looks good across all screen resolutions, and I am aware I can do this by changing the size and position settings of individual widgets to use px instead of %.
Is there any way of changing this setting once across the whole project, so that px is used by default, or is changing the individual widgets the only way?
Thanks! 🙂
I don't think there is a way to change the default unit type. If you are adding a bunch of the same Widget type, like a lot of Text Widgets, you might want to use Duplicate instead of adding a new Widget to save some time messing with settings.
In most cases, using % will be better for consistency across screen sizes.