My comments section is merged over the top of the post and the widgets i have seems to follow behind the comment box instead of staying in the sidebar. Now i have removed the widgets, the comment section is the only problem . Please see here http://www.fbfanpagecreators.com/ I double checked all the settings and everything is fine, i re-installed all the plugins, changed different theme and templates but still couldn't solve it. I know its just a simple mistake somewhere, can someone help me with this? The last am gonna do is to re-install wordpress but thought giving it a go here. Any help would be much appreciated.Â
It's because you set height to 33px here: <div class="vas_pro_2" style="height: 33px; padding-top: 2px; padding-bottom: 2px; clear: both;"> HTML:
If you reduce the height, the comments will be even higher. I don't see any reason it should be there, just like the clear:both and the 2px padding. Just remove them. I also don't know why you add classes AND inline styles there. You should only use classes and ids in your HTML and the style should go into your stylesheet.