Forums

[resolved] Sidebar background color to extend the whole length of page (3 posts)

  1. 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!

  2. kz
    Member
    Posted 2 years ago #

    Add this rule into style.css:
    #middle{background-color:#DFF2FF;}

  3. 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;

Topic Closed

This topic has been closed to new replies.

About this Topic