Preset Padding for container or inner container

Yeah @jornes, you’re absolutely right. If you place a “container” inside oxygen, the “inside wrapper” get’s inserted automatically with all your predefined styles (padding, max-width etc.). That is a pretty neat behavior instead of putting a container inside a container by hand to do the same.

Btw., the settings of the width of the container and the content are also kind of strange, right?
Maybe I don’t understand the approach (or the labels) correctly, but when I give the container 100% or 100vw width (in Theme Styles » General), the content 1200px (Theme Styles » Content) I expect the container to be full width and the content 1200px, but that is not the case.

If I do it the other way around, it works as intended (when placing a container inside a container)…