• My sidebar got forced off the page a few days ago and it took me forever to realize why. I even drudged through my stylesheet to narrow columns before I saw that on my index page, my entries each drift 5-10 more pixels to the right than the last one was. I assume this is a padding/margin problem that can be fixed in the stylesheet but have no idea which element to edit. Can someone direct me to the correct stylesheet element?

    https://www.shootandrew.com/

Viewing 1 replies (of 1 total)
  • I think the problem might be a missing </div> in the source code to close each blog entry. Your posts are nested inside one another, and this one right here keeps getting stacked on top of the previous post:

    .post, .post_alt {style.css (line 387)
    background:transparent url(images/bg_post.gif) no-repeat scroll 0 0;
    margin:10px 0 0;
    padding:23px 15px 15px;

Viewing 1 replies (of 1 total)
  • The topic ‘Entries progessively drift to the right on index page’ is closed to new replies.