• I have a project where I am modifying the 2010 theme. The entry page works great but, the single/article pages are rendering with the sidebar down below the content. I have validated both markup and css and I can’t figure out why it’s fine on one page and not on the single pages.

    http://www.drchrisstevens.com/blog/

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • there is definitely one closing div too many before the sidebar call; i suspect this one </div><!-- .entry-content --> in this area:

    <div class="photo-column">
    						     <a href="http://www.drchrisstevens.com/blog/?p=7" rel="bookmark"><img src="http://www.drchrisstevens.com/blog/wp-content/uploads/2011/01/jaw-pain.jpg" alt="Post Pic" width="145" height="145"></a>
    							</div><!-- .entry-content -->
    					</div>

    however, as the page is validating, there must be closing div missing; i suspect : <!-- #wrapper --> in foter.php (the comment is there, but the closing div is not)

    a fine example if ‘two wrongs do not make one right’

    Thread Starter prologuemedia

    (@prologuemedia)

    Wow. I guess the validators don’t see those as well as I thought they would. Thanks very much for seeing that.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘2010: Sidebar issue’ is closed to new replies.