An image tells us nothing about the problem – you will need to post a link to your site and/or provide more detailed information about the problem. We cannot help you with only an image. And do not bump here…
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Can you provide a link to your WordPress site?
Images by themselves don’t really tell us what’s going on. It’s the CSS and HTML that needs to be looked at for your site.
http://pastebin.com/iukWde7u
http://pastebin.com/En88dqqu
[Moderator note: Due to your constant bumping and disregard to moderators’ advice, your posts will now need to be reviewed by a Moderator before being made visible to this forum]
Here’s some basic advice – first, make sure your code is valid – you have errors in both files.
http://codex.ww.wp.xz.cn/Validating_a_Website
Second, download and use a browser tool such as Firebug to help you with CSS.
The problem may be that you have a floated element – which means it’s “outside” of the containing element – so that element does not go below it – you need to use an element below it that has CSS “clear” assigned to it.
I’d also suggest that you find a way to put your site on the internet if you want help on these forums – it’s simply way too hard for people to help with things like this without seeing the site.
For CSS issues, you could also ask on a CSS forum such as
http://csscreator.com – but be aware that they will also tell you to first make sure all your code is valid.