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

@jjjjjjjj

Thanks for the page URL

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
#page-about-us .central.content {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
#page-about-us .rte.cc-animate-init.-in.cc-animate-complete p {
    padding: 0px 15px;
}