Make single page full-width

Hey guys

So I have the overall layout width set to boxed, but I’d like to make a landing page full width. Can you think of a good snippet of CSS I could try out in Layout Settings to make this happen? I couldn’t find where it was referenced.

Thanks!

Hi Katy,

Would it be possible for you to provide a link to the page in question. So we can take a closer look, please?

Thanks,
Danny

[Content Hidden]

Hi Katy,

Can you try adding the CSS below to your custom CSS and let me know if this resolves your issue.

.page-id-646 .fl-page {
    width: 100%;
}

Thanks,
Danny

Hi Danny

That worked perfectly! Thanks so much!

Katy

No problem Katy, happy to help.

Thanks,
Danny