As far as I can tell, a Container and a Div are identical.
- Are they?
- Why have both?
Thanks!
As far as I can tell, a Container and a Div are identical.
Thanks!
Hey @mneary,
they are using the same element, it’s just the default configuration which is different (div are 100% width by default).
Got it, thanks!