2011-12-13, 08:43 AM
I've got a tiny issue with wanting to change my theme's width (wrapper). I've cleared my cookies and cache to make sure the modifications were applied.
Basically, the end product I would like it to extend to the green lines (As shown below).
![[Image: 89056154.png]](https://camo.mybb.com/012405cf29d97d51c1b8ecce4add030774c824e0/687474703a2f2f696d673231302e696d616765736861636b2e75732f696d673231302f393337382f38393035363135342e706e67)
#wrapper {
width: 80%;
padding: 0;
background-color: #121212;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #2b2b2b;
border-left-color: #2b2b2b;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
height: auto;
}
Basically, the end product I would like it to extend to the green lines (As shown below).