How do I get the default width to come in as auto and not 100%?
You can save the whatever element you’re trying to have auto by default as a template e.g by Adding it to your assets
, then that element will always have the pre-defined styling, which in your case would be width of auto.