Title: Layout Page Builder
Last modified: August 6, 2018

---

# Layout Page Builder

 *  [evette23](https://wordpress.org/support/users/evette23/)
 * (@evette23)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/layout-page-builder/)
 * is there a global setting where i can set:
    [pagebuilder container] -> [default,
   full width, contained]?
 * Currently is set to per single.
 * Thanks 🙂

Viewing 1 replies (of 1 total)

 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/layout-page-builder/#post-10564233)
 * Hi there,
 * That is one of our newest feature in the premium plugin:
    [https://docs.generatepress.com/article/layout-element-overview/#container](https://docs.generatepress.com/article/layout-element-overview/#container)
 * Or you can try some CSS.
    – Full width:
 *     ```
       .site.container.grid-container {
           max-width: 100%;
       }
       ```
   
 * – Contained:
 *     ```
       .inside-article {
           padding: 0;
       }
       ```
   
 * Adding CSS: [https://docs.generatepress.com/article/adding-css/](https://docs.generatepress.com/article/adding-css/)
 * Let me know if this helps 🙂

Viewing 1 replies (of 1 total)

The topic ‘Layout Page Builder’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Leo](https://wordpress.org/support/users/leohsiang/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/layout-page-builder/#post-10564233)
 * Status: not resolved