Full Width Section

Hi, I am actually losing my mind just trying to figure out how to do something as basic as set a full width section!
I have set the page to full width, I have turned off column container and even tried making 100% width using CSS but none of these are working.
I want to set a full width and full height section so that I can insert a hero image for my custom 404 page.
Please help me with this, I don’t understand how something so basic can be so difficult!

Thanks

Hi @danbentonsmith,

Thanks for writing in!

Please change the page template to no container header and footer instead of full width.

If you want to make the section full height for all devices. Then please add this code to your section element CSS.

$el{
min-height: 100vh;
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.