Title: full width
Last modified: August 22, 2016

---

# full width

 *  Resolved [volkanozyilmaz](https://wordpress.org/support/users/volkanozyilmaz/)
 * (@volkanozyilmaz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-width-11/)
 * Hello Silkalns,
 * I am trying to create a page with full with. I tried Full-width but there is 
   space left and right side. Can I use full width without spaces?
 * Best Regards,

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

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-width-11/#post-5521244)
 * Please post your website URL where you are using full width template and I will
   try to see If I can come up with custom CSS to tweak this.
 * For this theme full-width means no sidebar and full width content area but not
   full-screen, edge to edge.
 *  Thread Starter [volkanozyilmaz](https://wordpress.org/support/users/volkanozyilmaz/)
 * (@volkanozyilmaz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-width-11/#post-5521254)
 * Thank you.
 * I’m working on mov.volkoaudio.com
    I use child theme.
 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-width-11/#post-5521306)
 * i would do it like this:
 *     ```
       #content {
           background: lavender;
       }
       .container {
           width: 100%;
           padding: 0;
       }
       .page .container .col-md-12 {
           padding: 0;
       }
       .container-fluid {
          margin: 15px;
          margin-bottom: 0px;
       }
       ```
   
 * Add this code to Theme Options – Other – Custom CSS.
 *  Thread Starter [volkanozyilmaz](https://wordpress.org/support/users/volkanozyilmaz/)
 * (@volkanozyilmaz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-width-11/#post-5521314)
 * Thank you! Silkalns, it has worked.

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

The topic ‘full width’ is closed to new replies.

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

## Tags

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

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