Looks like a tag cloud is going into below the page foot for some reason, .. that’s not a feature of Easel, check your plugins?
Thread Starter
T B
(@bekefitibor)
Yes I just switched them off but all the same. Posts are nice but something wrong with page.php?
ah, well toss a file into your theme directory sidebar.php .. make it empty or with just
<?php
// nothing here
?>
I’ve seen this before, … some thread on this awhile back; I don’t remember what the result was from ;/
Thread Starter
T B
(@bekefitibor)
but no problem with the category archive page http://suncoin.net/?cat=22
looks like it’s only the home page then?
well from what I see is that the sidebar-right is down there, because you CSS’d your width for narrowcolumn all the way across
Thread Starter
T B
(@bekefitibor)
I am new in css so help me please what do you mean exactly
.narrowcolumn {
width: 550px;
}
body.layout-2cl .narrowcolumn, body.layout-2cr .narrowcolumn {
width: 560px;
}
body.wide .narrowcolumn, body.signup .narrowcolumn {
width: auto;
}
there is the css anyway http://pastebin.com/XP31DPfH
forget all that, I found the problem
it’s in this post
http://suncoin.net/?p=315
you have a </div> or extra <div> inside of that post
Thread Starter
T B
(@bekefitibor)
img class=""algincenter" unbelievable… anyway your theme one if the most professional theme for wordpress! Thank you very much!