Viewing 1 replies (of 1 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Simon,

    Forcing the Submit button and the last input field onto the same line is doable, but you are going to need to re-arrange some core code in the plugin. Note, this will be over-written when future releases of the plugin are pushed out.

    If you notice the forms that are generated are placed inside of a table. This is all done inside of class.yksemeBase.php. The ‘Submit’ button is specifically generated on line 1052.

    You would need to adjust the foreach loop that is running there to get it to output what you need. As I said before, if you update the plugin in any future releases, this will be over-written and you’d need to re-code it again.

    Thanks,
    Evan

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Styling’ is closed to new replies.