Page width.
Posted: Sun May 19, 2013 1:07 pm
layout is fixed width?
can use this override (for example, in stylebot, a chrome extension) to make it full width.)
what's the point of a big monitor if a site only takes up half of it ;)
can use this override (for example, in stylebot, a chrome extension) to make it full width.)
what's the point of a big monitor if a site only takes up half of it ;)
Code: Select all
#wrap {
width: auto;
margin-left: 10px;
margin-right: 10px;
}