I’m trying to understand and learn the rules of using Containers on a page. For example, I can drop an image component on a page and starting working on things like padding and margin but I can also drop a container component and then an image component inside of it and do similar padding and margin tweaking…
Why use a container component to drop an image component within it instead of only dropping an image component on a page?