Title: Full width template change
Last modified: August 31, 2016

---

# Full width template change

 *  [herndario](https://wordpress.org/support/users/herndario/)
 * (@herndario)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-template-change/)
 * Hello, thank you for making this template, I would ask for help to narrow the
   overall width, 100% pass 80% as very large screens is all huge, new hope, greetings.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [seshadry](https://wordpress.org/support/users/seshadry/)
 * (@seshadry)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-template-change/#post-7308503)
 * hello herndario, we can create a new template and set it to full width
    I have
   changed the id name from **primary **to **primary_full** and assign style for
   it
 * <style>
    #primary_full{ width:100%; } </style>
 *     ```
       <?php
       /**
        * Template Name: Full With Page Template
        */
       ?>
       <?php get_header(); ?>
       <div class="mid-content clearfix">
       <div class="content-area" id="primary_full">
       <main role="main" class="site-main" id="main">
       <?php get_template_part( 'content', 'page' ); ?>
       </main>
       </div>
       </div>
       <?php get_footer(); ?>
       ```
   
 * It is working!!
 *  Theme Author [Access Keys](https://wordpress.org/support/users/access-keys/)
 * (@access-keys)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-template-change/#post-7308504)
 * Hi Seshadry.
 * We appreciate you code, and thanks for helping to us.
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full width template change’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/accesspress-parallax/4.6/screenshot.
   png)
 * AccessPress Parallax
 * [Support Threads](https://wordpress.org/support/theme/accesspress-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/accesspress-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/accesspress-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/accesspress-parallax/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Access Keys](https://wordpress.org/support/users/access-keys/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-template-change/#post-7308504)
 * Status: not resolved