Hello im trying to get my images re-sized to a larger width but this is happening
see the pictures on my blog the images are cut off..what am i doing wrong im SUPER NEW to CSS and need help
im trying to get large images like the ones on this blog http://bforbonnie.wordpress.com/ since im a photographer I need to show LARGE photos. Please HELP
Heres a copy of my stylesheet set up
.emdash {
display:none;
}
#header hgroup {
display:none;
}
.wrapper {
position:relative;
}
.middle {
padding-top:200px;
}
#header-image {
margin-top:5px;
}
#header {
padding:0 0 0 160px;
position:absolute;
top:170px;
}
`#header-image img {
margin-left:100px;
}
.footer p:after {
content:" Thanks for visiting...copyright2009-2012, NancyZinzun. All rights reserved. Please link back to this site if re-posting.";
}
.wrapper {
overflow:hidden;
}
#header .search-form-holder {
display:none;
}
.post-content img {
max-width:850px!important;
}
The blog I need help with is msnancyzblog.com.