Viewing 1 replies (of 1 total)
  • That is the entire sidebar — it only extends as far as there is content in it.

    However, you can work around that by defining the background colors another way:

    change #page background to black

    and change this CSS to:

    #primary {
        background-color: white;
        float: right;
        margin: 0;
        padding-left: 20px;
        width: 80%;
    }

    You may need to tweak it a bit more, but that gives you a starting place…

Viewing 1 replies (of 1 total)
  • The topic ‘Toolbox Sidebar Color’ is closed to new replies.