Forums
(@jsiverts)
11 years ago
There was a <div class=”clear”> element after the post box that is pushing things down. Add to your CSS
#postbox { background: #fff; position: relative; padding: 16px 15px 16px 14px; } #postbox .clear { display: none; }
[added code tags – moderator]