• Ed

    (@erjenkins1)


    Hello everyone. I’m working on a design using Toolbox — I’d like the entire sidebar to be black, but I can only figure out how to color the widget areas. Here’s the site:

    http://edwardrjenkins.com/development/

    Let me know what I can do. Thanks!

Viewing 1 replies (of 1 total)
  • WPyogi

    (@wpyogi)

    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.