My blog "nextwhat.com" is facing problem at "single.php" page, here its not showing "sidebar" , i tried putting some code at the end of the php something like "show sidebar.php" but its displaying down the comment box, it will be appreciated if any one can help out in resolving this problem, thanks.
But its followed same in all other pages too... example in : "index.php", "page.php" its placed same at the end, and i came to know about it one of the blog post wile searching for the solution, sidebar at all the psges are fine only finding problem at "single.php" page.
This usually happens when you have one/two divs floating and either the main div does not have enough width to support it or something in either divs is wider . In the single.php look for and replace it with If you see the css widecolumn has 690px of width.
your temlate might using too differing DIV classed for contents, make sure you have same width in single as in the index page.
I have made change in "single.php" i replaced with this code: <div id="content" class="ContentLeft"> now sidebar seems to be working, but not taking the css effect, like... there is no line i find between content page and sidebar page, any thing to be done ?
Now i sorted out the problem, thanks for the tips guys, i made changes in CSS and single.php and comments.php, now i have solved two problems, and working on design now, thanks a lot.