Mountainfever
Member
Posted 2 years ago #
My blog is http://www.handiworkwithheart.com . I am using the fighter theme- I have figured out how to change the wallpaper color and or add a picture- but I'm trying to figure out how to get the sidebar color to extend all the way down the page instead of stopping at the end of the text- can anyone show me what CSS to add to make this happen? Thank you!
Add this rule into style.css:
#middle{background-color:#DFF2FF;}
Mountainfever
Member
Posted 2 years ago #
Oh thank you! That worked perfectly! For anyone else with this problem- this is where I input the code in my css stylesheet:
/* -------------------
Main Structure
------------------- */
#frame {
width: 827px;
text-align: left;
margin: 0 auto;
}
#middle {
overflow: auto;
width: 100%;
margin:0 auto;
background-color:#DFF2FF;