Title: Custom width?
Last modified: October 10, 2018

---

# Custom width?

 *  Resolved [opvelp](https://wordpress.org/support/users/opvelp/)
 * (@opvelp)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-width-4/)
 * Hello,
    Plugin works like a charm, but stretches too wide actually, compared 
   to the rest of my site. Is there a way to determine a custom width, less than
   100%? Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-width-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Nikhil Chavan](https://wordpress.org/support/users/nikschavan/)
 * (@nikschavan)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-width-4/#post-10781470)
 * Yes, This is possible to change the width using custom CSS.
    The custom CSS will
   depend on the template that you are using.
 * Right now you are not using templates created using this plugin on the page that
   you have linked. Can you give me a URL where you have used this template so that
   I can give you a CSS that you can add on yout site?
 *  Thread Starter [opvelp](https://wordpress.org/support/users/opvelp/)
 * (@opvelp)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-width-4/#post-10783590)
 * Just reactivated the plugin and applied it to this page. Thanks in advance for
   the extra CSS. I’m not terribly experienced with this, so if I can’t add the 
   code via Customize / Additional CSS, you’ll need to be quite expliciet about 
   where the extra code should go.
    Thank you!
 *  [Nikhil Chavan](https://wordpress.org/support/users/nikschavan/)
 * (@nikschavan)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-width-4/#post-10784575)
 * Here is the CSS that you need –
 *     ```
       .page-template-template-page-builder-no-sidebar #content {
           max-width: 80%;
           margin: 0 auto;
       }
       ```
   
 * In this you can change the value of `max-width` as per your liking. This can 
   also take values in `px` for example – `1200px`
 * Here is a doc which explains about adding custom CSS to your site – [https://wpastra.com/docs/adding-custom-css-code/](https://wpastra.com/docs/adding-custom-css-code/)
 *  Thread Starter [opvelp](https://wordpress.org/support/users/opvelp/)
 * (@opvelp)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-width-4/#post-10787442)
 * Works like a charm – THANK YOU!!!
 * This is a great addition to your plugin – worth publicizing better. 😉

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

The topic ‘Custom width?’ is closed to new replies.

 * ![](https://ps.w.org/fullwidth-templates/assets/icon-256x256.png?rev=2810905)
 * [Fullwidth Templates for Any Theme & Page Builder](https://wordpress.org/plugins/fullwidth-templates/)
 * [Support Threads](https://wordpress.org/support/plugin/fullwidth-templates/)
 * [Active Topics](https://wordpress.org/support/plugin/fullwidth-templates/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fullwidth-templates/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fullwidth-templates/reviews/)

## Tags

 * [custom width](https://wordpress.org/support/topic-tag/custom-width/)

 * 4 replies
 * 2 participants
 * Last reply from: [opvelp](https://wordpress.org/support/users/opvelp/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/custom-width-4/#post-10787442)
 * Status: resolved