Have tried this a number of ways, any ideas? many thanks!
Hey lobstahhhhhhh!
For a single page? Send us a link to your page so we can check it’s ID and see what type of layout your using.
Best regards,
Elliott
Hi!
Your page is currently set to stretch the full screen so I’m guessing your talking about the yellow area. It looks like your using a grid row element there correct?
If you want to have a background span all of the cells of the grid row then try dragging a codeblock element to your page content and add this inside.
.av-layout-grid-container {
background: url("URL to your image") !important;
}
You’ll need to remove the background color for your cells also and leave them as transparent.
Cheers!
Elliott