Then you need to download the file Full width.php In your WordPress theme folder with .

You have successfully created and uploaded a custom full width page template for your theme. The next step is to use this template to create a full size page.

Go to the dashboard and edit or create a new page.

On the page edit screen, locate the page attributes checkbox and click the drop-down menu under the Model option.

You will be able to see your model. Go ahead, select it and save or refresh the page.

Now you can visit your website and you will see the sidebars are gone and your page is showing as a single column page. It may not have been filled yet, but now you are ready to distribute it in a different way.

Make your site popular by discovering

You will need to use the Inspect tool to discover the CSS classes your theme uses to define the content area.

You can then adjust its width to 100% using CSS. We used the following CSS code:

.page-template full-width zone.content(width: 100%; Margin: 0px; border: 0px; padding: 0px; ) .page-template fullwidth.Output(margin: 0px; )

This is what Twenty Seventeen will look like.

That's all for this tutorial, I hope it will allow you to create full size pages.

The above methods are free for those who can afford it and want to quickly create full or full width layouts.

Discover also some premium WordPress plugins

You can use other WordPress plugins to give a modern look and streamline your blog or website management.

We offer you several premium WordPress plugins to help you do just that.

1. Divi Builder

Divi Builder is a high quality page builder that is highly regarded Elegant themes Although it is commonly used as part of the Divi WordPress theme, Divi Builder is also a standalone plugin that can be used in other WordPress themes.

Divi Builder allows you to edit your content using a visual interface on the interface side as well as a server side interface, although most users prefer the former interface.

Basically, instead of sidebars, everything is in popups and floating buttons. It gives you access to 316 predefined templates distributed across 40 different presentation packages and also allows you to save your own designs as templates.

We invite you to open

One of the hallmarks of Divi has always been the control over the styles it gives you. On three different tabs, you can adjust various options including responsive controls, custom spacing, and more.

You can even add custom css because its css editor bundles basic check and autocomplete.One of the criticisms of Divi Builder has always been that it is based on . This means that if you disable it once, you will be left with a bunch of shortcodes in your content. While a little depressing, there are now fewer issues with plugins like Shortcode Cleaner.

2. Builder

No wonder Themify Builder is the offering of Themify team. It integrates it into many of its WordPress themes to give customers easy customization options. But you can also buy it as a standalone plugin and use it with any WordPress theme.

Like Divi Builder and WPBakery Page Builder, Themify Builder allows you to create layouts in the frontend or backend.Another good thing is that this plugin allows you to customize your responsive breakpoints (but only on a site-wide level).

Discover create an online store and easily sell your products online

An interesting feature of Themify Builder is that it still allows you to use the standard WordPress editor while other page builders force you to use the Page Builder interface for everything.

3. Fakir

Initially launched in 2016, the WordPress Elementor plugin is one of the youngest developers on this list. Despite its late launch, Elementor has quickly amassed more than 1,000,000 active installs on WordPress.org, making it one of the most popular WordPress builders.

If you have any suggestions or comments, please leave them in our section

It often happens that the theme you like has a narrow area for posts and its settings do not provide for changing the width. In this case, it can be increased, with minimal knowledge HTML and css. For example, we use the popular free theme Patagonia. You can extend the theme with the help of a wonderful plugin FirefoxFirebug. First you need to install it by downloading it from here. Then turn on plugin, as it shown on the picture - Tools tabWeb developmentFirebugopen firebug:

After that, at the bottom of the screen, it is necessary, by pointing the cursor and clicking with the mouse, to select various elements. In this case, on the right side, will be displayed css styles , and in the page area, this or that area will be highlighted - the main, sidebar, header. We are now interested in the main area that we will get to when we "go out" to the tag

. On the right side, a fragment of the file will be displayed style.css. And here you can see that the width of the main area is 580 pixels. And this is not enough for our needs.

For example, increase the width main area from 550 pixels to 620. To do this, you need to change the line width: 550px file style.css. If the theme is already installed, you can edit this file directly from the admin panel, if not, then you need to unpack the archive with the theme and make changes to the file using the editor. In our case, the theme is installed, so go to admin panelAppearanceEditor- open the style.css file, search for the line width: 550px and change the width value of 550px to 620px. Click Update file.

We go to the site and see that the area of ​​​​posts has expanded, but in some places it has “run into” the right column. In this case, we need to proportionally narrow this area. For this we will also use firebug plugin, as in the previous case. Finding a tag

>. In file style.css, we see that the width of the sidebar is set implicitly using the property width, and with the help margin: 0 0 0 580px;

We do the same procedure with editing style.css as in the previous case with the main area, only now we edit the line margin: 0 0 0 580px; Change the indent value in it from 580px to 630px. Now everything is fine. The recording area has become wider and does not run into the area sidebar. It also happens that styles are written not only in the style.css file, but also in the file screen.css