Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    In your style-Default.css file,

    change the width for #wrap to 955px
    and the padding for #content to 0px

    and that fixes it!

    Doug

    Thread Starter sandyclifton2

    (@sandyclifton2)

    I just tried that doug…. it didn’t work … any ideas?

    Thread Starter sandyclifton2

    (@sandyclifton2)

    #wrap{
    margin:0 auto;
    text-align:left;
    width:955px;
    }

    #content{
    font-size:1.2em;
    background:#ffffff url(./images/1.jpg) repeat;
    float:left;
    padding:0px;
    width:955px;
    background-color:#FFFFFF;
    text-align:justify;
    border:5px outset #1e2e52;
    margin-bottom:30px

    Thread Starter sandyclifton2

    (@sandyclifton2)

    omg its working!! thanks!!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with content width not changing’ is closed to new replies.