Title: Make a theme full width
Last modified: August 21, 2016

---

# Make a theme full width

 *  Resolved [Renwod](https://wordpress.org/support/users/renwod/)
 * (@renwod)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/make-a-theme-full-width/)
 * Hey all! I’m premising i’m noob in editing, and i have a question.
    Now i’m building
   a website using Pinboard theme ([DEMO SITE](http://demo.onedesigns.com/pinboard/)):
   how can i edit style.css in order to make website full width?

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 11 months ago](https://wordpress.org/support/topic/make-a-theme-full-width/#post-5016692)
 * Use a Custom CSS plugin and add:
 *     ```
       #wrapper {
        max-width: none;
       }
       ```
   
 * _[http://wordpress.org/plugins/custom-css-manager-plugin/](http://wordpress.org/plugins/custom-css-manager-plugin/)_
 *  Thread Starter [Renwod](https://wordpress.org/support/users/renwod/)
 * (@renwod)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/make-a-theme-full-width/#post-5016792)
 * Thank you very much. Another question: when i create a page, there are margins
   beetween the content and the background. I set the same color, but margins stay.
   How can i toggle them off? So the page can be less blog-like.
 *  Thread Starter [Renwod](https://wordpress.org/support/users/renwod/)
 * (@renwod)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/make-a-theme-full-width/#post-5016836)
 * Edit: Ok, i’ve done it. With firefox analyzer i found out that borders’ class
   was .entry, then i searched it in style.css and i found
 *     ```
       .entry,
       #comments,
       #respond {
       	margin:2.5%;
       	background:#fff;
       	border-bottom:#DDD 1px solid;
       	border-bottom:rgba(0, 0, 0, .13) 1px solid;
       	box-shadow:0 0 5px rgba(0, 0, 0, .1);
       ```
   
 * i set 0px in css editor plugin and now it’s fine

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

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

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [full-width](https://wordpress.org/support/topic-tag/full-width/)
 * [style.css](https://wordpress.org/support/topic-tag/style-css/)

 * 3 replies
 * 2 participants
 * Last reply from: [Renwod](https://wordpress.org/support/users/renwod/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/make-a-theme-full-width/#post-5016836)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
