Page 1 of 1

Page width.

Posted: Sun May 19, 2013 1:07 pm
by learn_more
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 ;)

Code: Select all
#wrap {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}