Title: Not Full page
Last modified: September 1, 2016

---

# Not Full page

 *  Resolved [acranium](https://wordpress.org/support/users/acranium/)
 * (@acranium)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/)
 * Help!
    it is impossible to create a page in full as a training video. I downloaded
   the theme Twenty Sixteen Child theme. Installed folder twentysixteen-child, __MACOSX.
   Opt attributes pages full size. But nothing happens. Help build the plugin, please.
 * [http://s017.radikal.ru/i408/1608/b7/7689ecab035f.jpg](http://s017.radikal.ru/i408/1608/b7/7689ecab035f.jpg)
 * [http://i066.radikal.ru/1608/2a/4a63b9f646ba.jpg](http://i066.radikal.ru/1608/2a/4a63b9f646ba.jpg)
 * [http://acrani0z.bget.ru/%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD/](http://acrani0z.bget.ru/%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD/)
 * [https://wordpress.org/plugins/elementor/](https://wordpress.org/plugins/elementor/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/not-full-page/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/not-full-page/page/2/?output_format=md)

 *  [Boaz](https://wordpress.org/support/users/boazpojo/)
 * (@boazpojo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710428)
 * Hi [@acranium](https://wordpress.org/support/users/acranium/),
    Try to take off
   this margins:
 *     ```
       @media screen and (min-width: 56.875em)
           .no-sidebar .entry-content {
           margin-right: 15%;
           margin-left: 15%;
       }
       ```
   
 *  Thread Starter [acranium](https://wordpress.org/support/users/acranium/)
 * (@acranium)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710519)
 * I did as you said. Changes not. Just at the top of the site name and menu. It
   would want that plugin earned. Folder twentysixteen-child I need to download 
   the catalog theme?
    [](http://s017.radikal.ru/i439/1608/3d/ceb9c1281e8c.jpg)
 *  [Boaz](https://wordpress.org/support/users/boazpojo/)
 * (@boazpojo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710540)
 * Hi [@acranium](https://wordpress.org/support/users/acranium/),
 * Let’s try this:
 *     ```
       .page-template-full-width .entry-content {
           margin-left: 0;
           margin-right: 0;
       }
       ```
   
 *  [WPDevHQ](https://wordpress.org/support/users/wpdevhq/)
 * (@wpdevhq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710557)
 * This is the CSS that’s needed for the TwentySixteen child theme.
 *     ```
       .page-template-full-width.elementor-page .full-width {
       	width: 100%;
       }
   
       .page-template-full-width.elementor-page .site-inner {
               max-width: 100%;
       }
   
       .page-template-full-width.elementor-page header#masthead,
       .page-template-full-width.elementor-page footer#colophon {
       	margin: 0 auto;
       	max-width: 1348px;
       }
   
       .page-template-full-width.elementor-page .site-content {
               padding: 0;
       }
   
       .page-template-full-width.elementor-page .entry-header,
       .page-template-full-width.elementor-page .entry-footer {
               display: none;
       }
   
       .page-template-full-width.elementor-page .entry-content {
               max-width: 100%;
       	margin-right: 0;
               margin-left: 0;
       	overflow: hidden;
       }
       ```
   
 * You also need to remove both the “page-templates” and “template-parts” folders
   from the theme and let it use the default ones from the parent theme. I’d suggest
   making a copy to create your own child theme thus preserving your changes.
 *  Thread Starter [acranium](https://wordpress.org/support/users/acranium/)
 * (@acranium)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710568)
 * WOW! Super! Here’s what happened.
 * [[
    [](http://acrani0z.bget.ru/first/) I added this to the CSS ../wp-content/
   themes/twentysixteen-child/style.css
 * Everything worked out. I am very happy. Last question. How can I remove the red
   areas in the image?
    [](http://s001.radikal.ru/i193/1608/4b/a48a8ffc85ad.jpg)
   Do I understand correctly that the”page-templates” and “template-parts” folder
   you just need to remove? I deleted it, but nothing changed.
 * Now folders are ../wp-content/themes/twentysixteen-child
 *  [WPDevHQ](https://wordpress.org/support/users/wpdevhq/)
 * (@wpdevhq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710569)
 * > Do I understand correctly that the”page-templates” and “template-parts” folder
   > you just need to remove? I deleted it, but nothing changed.
 * That is the correct behaviour – basically the default fullwidth template in the
   parent theme is being used in conjunction with the above css rules.
    ***But I
   think I may have my wires crossed on that*** rechecking!
 * > How can I remove the red areas in the image?
 * Not come across that issue. If you can provide a link we can take a look and 
   hopefully offer a solution 🙂
 *  [WPDevHQ](https://wordpress.org/support/users/wpdevhq/)
 * (@wpdevhq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710570)
 * OK, apologies on the folders – should not be deleted!
 * Sorry, had one of my custom template plugin active when I did the initial test.
   Failed to realise the template was being pulled from the plugin and not the parent
   theme.
 *  Thread Starter [acranium](https://wordpress.org/support/users/acranium/)
 * (@acranium)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710571)
 * [http://s019.radikal.ru/i613/1608/02/dc6ea28d09eb.jpg](http://s019.radikal.ru/i613/1608/02/dc6ea28d09eb.jpg)
 * [http://acrani0z.bget.ru/two/](http://acrani0z.bget.ru/two/)
    [http://acrani0z.bget.ru/first/](http://acrani0z.bget.ru/first/)
 *  [WPDevHQ](https://wordpress.org/support/users/wpdevhq/)
 * (@wpdevhq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710572)
 * That can be resolved with the following two steps.
 * a) Set the background color to white via Custimizer >> Colors – and
    b) Add the
   following css to the child theme’s style.css
 *     ```
       .page-template-full-width.elementor-page .site {
             margin: 0;
             padding: 0;
       }
       ```
   
 * The above css is for the Elementor pages only. For site wide then use
 *     ```
       .site {
             margin: 0;
             padding: 0;
       }
       ```
   
 *  Thread Starter [acranium](https://wordpress.org/support/users/acranium/)
 * (@acranium)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710573)
 * I apologize for my stupidity. I communicate through a translator. Very hard. 
   I probably did not ask right. I’d like that would not have seen the name of the
   site and its menu (GEONIS, Привет мир). Please, please, click on the link at 
   the bottom is also a piece of the standard theme. How you can get rid of it?
   
   that would Elementor lementator was on the screen.
 *  [WPDevHQ](https://wordpress.org/support/users/wpdevhq/)
 * (@wpdevhq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710574)
 * No problem.
 * I’ve submitted a plugin to be reviewed for inclussion in the repository here.
   It addresses the issue by adding a blank template.
 * Not sure if the forum moderators will allow for the GitHub repo link to be posted
   here?
 * Search for “Elementor Templater” on GitHub and you’ll find it 🙂
 *  Thread Starter [acranium](https://wordpress.org/support/users/acranium/)
 * (@acranium)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710575)
 * Dear WPDevHQ!
    With Elementor myself construct their page. I do not like very
   much, it’s great. But how can I remove the standard cap threads twentysixteen-
   child GEONIS name. Raise that is specified by red arrows upside. [http://s019.radikal.ru/i639/1608/32/88fe45ef0cf3.jpg](http://s019.radikal.ru/i639/1608/32/88fe45ef0cf3.jpg)
   [http://acrani0z.bget.ru/%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80/](http://acrani0z.bget.ru/%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80/)
   I only need it!
 *  Thread Starter [acranium](https://wordpress.org/support/users/acranium/)
 * (@acranium)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710577)
 * [http://s019.radikal.ru/i603/1608/52/b1d47c335b43.jpg](http://s019.radikal.ru/i603/1608/52/b1d47c335b43.jpg)
 *  [WPDevHQ](https://wordpress.org/support/users/wpdevhq/)
 * (@wpdevhq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710578)
 * To remove the header and footer with just css then in the above given code change
   this…
 *     ```
       .page-template-full-width.elementor-page header#masthead,
       .page-template-full-width.elementor-page footer#colophon {
           margin: 0 auto;
           max-width: 1348px;
       }
       ```
   
 * To
 *     ```
       .page-template-full-width.elementor-page header#masthead,
       .page-template-full-width.elementor-page footer#colophon {
           display: none;
       }
       ```
   
 * Just remember that this will be applied to all Elementor pages using the full
   width template.
 *  Thread Starter [acranium](https://wordpress.org/support/users/acranium/)
 * (@acranium)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/#post-7710579)
 * Super!!! Thank you very much!!! Everything worked out. You are super! Long years
   of good health to you!

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/not-full-page/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/not-full-page/page/2/?output_format=md)

The topic ‘Not Full page’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 17 replies
 * 3 participants
 * Last reply from: [acranium](https://wordpress.org/support/users/acranium/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/not-full-page/page/2/#post-7710582)
 * Status: resolved