For some reason the image I had on my site has stopped being full width.
From what I can see everything is set to a 100% width.
http://cargocollective.com/btatest
Have I noob’d up somewhere?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that you need to change a bit of your html code.
Try to avoid negative margins by doing this:
Set
width: 100%;toid="content_container",id="maincontainer"andclass="entry". Set any width you want toclass="project_content"(recommended – less than 1000px). And then removeclass="social"(which contains background) fromclass="project_content".Set width: 100%in class="social".There is a lot of changes, so i can’t describe it all. I’ve changed your js, and some of css and html. You will see. Here is your code, just copy from here and test it. Here is not nice preview, but copy code in your editor. It looks fine now. http://jsfiddle.net/BsJsk/