• Resolved mountainfever

    (@mountainfever)


    My blog is https://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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this rule into style.css:
    #middle{background-color:#DFF2FF;}

    Thread Starter mountainfever

    (@mountainfever)

    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;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar background color to extend the whole length of page’ is closed to new replies.