• Resolved jhs2002

    (@jhs2002)


    I am trying to increase the width of my sidebar. I have adjusted the width settings below on my style.css sheet, but it seems to have no effect at all. Any ideas? What am I missing? Thanks!

    #main {
    width: 719px;
    margin: 0 auto;
    background:#fff url(images/container.gif) right repeat-y;
    border: 2px solid #ccc;
    }

    #content {
    float: left;
    width: 499px;
    padding: 20px 15px;
    }

    #sidebar {
    float: right;
    width: 200px;
    padding: 20px 5px;
    }

Viewing 15 replies - 1 through 15 (of 22 total)
Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘How to increase width of sidebar?’ is closed to new replies.