How can I create a page with full screen?

I need to create a custom page with full screen width, I’m not looking for a page without bars, I need it to be full screen.

Is this posible?

Hi @cesar2020,

I hope you are well today and thank you for your question.

You can achieve this by setting the page template to full width as shown in the attached screenshot.

If you want set full width page to touch edges of screen then you can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.page-template-page-fullwidth .container.main-content-area {
    width: 100%;
}

Best Regards,
Movin

Thank you so much!

You are most welcome here :slight_smile: