Remove "post an ad" button
I would like to get rid off the "post an ad" button, because I am using Classipress for another reason than classifieds.
However if i remove the line
<a href="<?php echo CP_ADD_NEW_URL ?>" class="obtn btn_orange"><?php _e('Post an Ad', 'appthemes') ?></a>
in themes/classipress/header.php
it affects the alignment in Internet Explorer, moving the center part of the page to the left.
It does not give this problem in Firefox or Google Chrome.
Is there a way to solve this?