stylesheet help

juanmartinezphotography / 2013-02-15 06:50:03   

My website: juanmartinezphotography.com/main/

through research I came to find out my problem lies within this area

Main : Juan Martinez Photography



#img-container { width: 2243px; }
#img-container #text { float: left; width: 325px; }
#img-container #text p { width: 250px; }
#img-container .picture_holder { float: left; }
#img-container .picture { /* padding-top: 10px; */ }
#img-container .captioning .title { margin-top: 12px; font-weight: bold; }
#img-container .captioning .caption { }

i want to point out this as the main problem:

  1. #img-container { width: 2243px; }

as many times as i refresh the page in different sizes, it's always at 2243px
I want to be able to make the width be the size of the window.

help?

juanmartinezphotography / 2013-02-15 06:56:14   

Moreover, I checked the "stylesheet' href=" both in ie.css and style.css and did not find any line stating that width

This thread has been closed, thank you.