I’m struggling to figure out how to make my container inside a section full width. The section is set as a flexbox so some containers with little content are centered and not full width so that they are just floating on the page.
Hey @annikaschneider, your containers are centred because they have left and right margin set to auto. And they’re not going full-width because you have a max-width set of 1048px -
I’d personally recommend moving away from using the actual container elements, and making your own containers using div blocks, as you have far more flexibility.