Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can't find what I need to edit.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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');
    ?>


    Olaf Lederer
    Participant

    @finalwebsites

    your h2 element is float or becomes an inline element

    both are not required

    Thanks for the replies.

    It was the h2. All fixed now. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar