• I hope someone can offer some help, I am helping a friend work on her wordpress.

    http://www.lizkalil.com – edegree template.

    I am trying to add a border of 50 pixels to each right and left side of the container shoulder?…(currently 900px wide).
    The header image, with the clouds is 1000 pixels wide. The proportions of everything are good but would like to add a 50 pixel border/block of color #9b15f9 to each side of the entire grey area, (container?) which would also make it 1000 pixels wide and line up with the header image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • #bg {
    background: url(http://mtbproductions.com/wp/wp-content/themes/edegree/uploads/Degree-MTB-Liz-Kalil-Header-image-CLIPPED-2.jpg) no-repeat center top #EBEBEB;
    width: 1000px;
    margin: 0 auto;
    }

    You seem to have applied some styling directly to a template file maybe? Remove all that and use the code I have above. You can modify the gray color by changing the hex code.

    Thread Starter dstrutt

    (@dstrutt)

    You are awesome, Janet4now! Thanks so much for your help!!!

    Where can I find this code?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding width to conatiner’ is closed to new replies.