How can I make a custom page template full width in Narrative theme?

@mmu28

Thanka for it

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.shopify-policy__container {
    max-width: 100% !important;
}