Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #388786

    Have tried this a number of ways, any ideas? many thanks!

    #389040

    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

    #389045
    This reply has been marked as private.
    #389625
    This reply has been marked as private.
    #390334

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.