I’m having an issue where I need the background to cover the header and it’s container. I have a container with a header, and below a pre-set “Boxes” component which contains a series of cards.
Is there a way to add a header to the pre-set so the background image is applied to both the header, and the cards.
I’ve added a screenshot for reference.
I’m trying top get the faded background image to start where the sections change from purple to white.
1 Like
Hi @Matt_J,
Great question—and thanks for sharing the screenshot!
To get the background image (or gradient) to span both the header and the “Boxes” cards section, you’ll want to wrap both elements inside a single container and apply the background to that container.
Here’s how you can do it:
- Create one outer container.
- Move your header and the “Boxes” pre-set into this same container.
- Apply the background image or gradient to the outer container itself—not to the header or Boxes individually.
This way, the background will stretch smoothly across both the header and the cards, allowing your fade (e.g., purple to white) to work seamlessly.
Keep up the good work!! 
1 Like