Support » Plugin: Cleverness To-Do List » Moving the "submit button"… this is what I did…

  • Resolved Robswaimea

    (@robswaimea)


    Theme Twentyfourteen
    Moving the “submit button”… this is what I did…
    just so you may get a better idea to what I am talking about.

    cleverness-to-do-list.class.php
    For the button to submit a new item…
    div style="margin-top:-230px"> <p class="submit"><input type="submit" name="submit" class="button-primary" value="'.apply_filters( 'ctdl_add_text', esc_attr__( 'Submit To-Do Item', 'cleverness-to-do-list' ) ).'" /></p></div>';

    cleverness-to-do-list-admin.css
    and I added this…

    #wpfooter {
        position: relative;
        bottom: -150px;
        }

    I ideally the submit button would get wrapped in the <th>To-Do</th> coding.. but unfortunately I wasn’t smart enough to achieve that task.
    But I do like how what I have done works.

    Thanks again for the plugin.

    https://wordpress.org/plugins/cleverness-to-do-list/

  • The topic ‘Moving the "submit button"… this is what I did…’ is closed to new replies.