Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

  • S March 2011

Who's Online 10

CurtisOdenericgillettex00 +7 guests

Dynamic width version.

This discussion is related to the VanillaForums.org (old blue) addon.
Great theme, would be really cool to see a dynamic-width version.

Comments

  • SS
    Posts: 458
    #Body {
    max-width: 1200px;
    min-width: 980px;
    width: 90%;
    }
    #Content{
    width: 72%;
    }
    #Panel{
    float:left;
    /*border-right: 1px solid #f5f5f5; /* are you sure? */
    /*width:260px;*/
    width: 25%;

    /* width:auto;
    min-width: 260px;
    max-width: 320px;*/
    }
Sign In or Register to comment.