Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can't find what I need to edit.

That’s in a core file… what have you managed to do in your CSS to make it not go underneath? D:

Short-term fix:

Put this in your theme’s functions.php

<?php
function add_topic_br_special() { ?>
<br />
<?php }
add_action( 'pre_post_form', 'add_topic_br_special');
?>

Skip to toolbar