Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi hanflow,

    It does so, because the css-rule encompasses only the area of the sidebar that has ‘content’ in it.

    Make the following change to line 2402 of the ‘style.css’

    .sidebar #primary, .sidebar #secondary {
        width: 300px;
        height: 7900px; /*added to increase height of sidebar*/
    }

    !!Note: his is a crude way of doing this. Should this page increase in height, you’d need to adjust these values.

    Thread Starter hanflow

    (@seonghoon52)

    W.P. Ginfo,

    Thanks for your reply. I really appreciate. However, I’ve tried changing the coding to what you provided, but nothing has changed. Maybe there’s something else that needs to be done?

    In the old days, not so old, just before the rise of RWD, you would use a vertical repeat background image to achieve that effect. When it comes to RWD, it’s difficult to do that.

    When you think about it, sidebar should or should not be colored when there is no content in it ?

    Hi hanflow,

    I tried it on your site, so I’m sure it works!
    Make sure you’ve emptied your browsercache.

    http://www.wikihow.com/Clear-Your-Browser%27s-Cache

    Thread Starter hanflow

    (@seonghoon52)

    You’re absolutely right. Thank you all very much!! This place rules. I love how everyone is so helpful.

    You’re welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar background color issue’ is closed to new replies.