I’ve created a Layout Element set to Full Width (no padding) and Entire Site.
I create a Container and set Alignment to Full Width.
So how do I add, say, an HTML block that is centered with max width of 1200px on desktop, or 100% on a phone? Add another container, or element, or change settings in the html block, or something else?
an HTML block that is centered with max width of 1200px on desktop, or 100% on a phone?
Not sure if I can picture this. If a block has max-width of 1200px set, then on mobile it would be 100% by default as the mobile screen is smaller than 1200px.