Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Need CSS help! (2.1b using embed-friendly theme)

ZhaanZhaan Professional fool ✭✭
edited May 2013 in Vanilla 2.0 - 2.8

Good evening, CSS gurus! I'm a novice seeking some help.

My sidebar has a slightly different background colour than the rest of my forum, but since it doesn't extend all the way down to the bottom of my page, it looks a bit cut off after the menu items. Basically, I just want to change the sidebar height to 100%, but adding height: 100%; to custom.css didn't change a thing.

This is what I have at the moment:

#Panel { 

    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    float: right; 
    background: #f2e8e5;
    border-left: 1px solid #e5dad7;

}

Any ideas? Thanks!

Best Answer

Answers

Sign In or Register to comment.