On any page where there is an image in the post content, the whole page shifts a little bit horizontally. For example, if you go to the About page and then go to a category page, you see the whole thing shift. This does not happen when going from one page with an image to another with an image or a page without an image to another page without an image.
Here's the styling on images:
.postcontent img{
margin: 5px 0px 5px 0px;
padding: 0px;
}
Anybody have any idea what may be causing this?
Container styling:
#container{
width: 720px;
float: right;
margin-left: 0px;
margin-right: auto;
margin-top: -3px;
}
Sidebar styling:
#sidebar{
width: 170px;
margin-right: 30px;
float: left;
margin-left: auto;
}
Thanks a lot!