I guess and not sure about it, but it should work...
you need to add this extra css to the same class you have:
PHP Code:
.clear, .cleardiv {
clear: both;
display: none;
height: 100px;
}
add the extra style as shown above in red,
Then go to your template where
<div class="cleardiv"></div>
Move that
div to above
<div class="after_content">
Save you work and see how things go.
I believe this is the only way, but possibly there is another way...
Good luck